diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-19 09:36:12 +0000 |
---|---|---|
committer | Martin Robinson <mrobinson@igalia.com> | 2025-03-19 11:05:29 +0100 |
commit | 0e74af50657c63bc48e775280492da4f31df4908 (patch) | |
tree | e2321cd5c1725e6b0a4064d02a3916806a59868d /deny.toml | |
parent | 4acaa08cf508ae42a7bd37e15047a14d17bb6d63 (diff) | |
download | servo-dependabot/cargo/git2-0.20.1.tar.gz servo-dependabot/cargo/git2-0.20.1.zip |
build(deps): bump git2 from 0.20.0 to 0.20.1dependabot/cargo/git2-0.20.1
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.20.0 to 0.20.1.
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.20.0...git2-0.20.1)
---
updated-dependencies:
- dependency-name: git2
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'deny.toml')
-rw-r--r-- | deny.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/deny.toml b/deny.toml index 6be232e669f..8f1b6093704 100644 --- a/deny.toml +++ b/deny.toml @@ -12,10 +12,6 @@ feature-depth = 1 # https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html [advisories] ignore = [ - # This has been yanked, but upgrading to the next version breaks some WPT tests. - # It needs investigation. - "url@2.5.3", - # The crate `paste` is no longer maintained. "RUSTSEC-2024-0436", ] |