aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-19 09:36:12 +0000
committerMartin Robinson <mrobinson@igalia.com>2025-03-19 11:05:29 +0100
commit0e74af50657c63bc48e775280492da4f31df4908 (patch)
treee2321cd5c1725e6b0a4064d02a3916806a59868d
parent4acaa08cf508ae42a7bd37e15047a14d17bb6d63 (diff)
downloadservo-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>
-rw-r--r--Cargo.lock8
-rw-r--r--deny.toml4
2 files changed, 4 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 016934afe99..ef9b99adf9d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2542,9 +2542,9 @@ dependencies = [
[[package]]
name = "git2"
-version = "0.20.0"
+version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3fda788993cc341f69012feba8bf45c0ba4f3291fcc08e214b4d5a7332d88aff"
+checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
dependencies = [
"bitflags 2.9.0",
"libc",
@@ -8097,9 +8097,9 @@ dependencies = [
[[package]]
name = "url"
-version = "2.5.3"
+version = "2.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada"
+checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
dependencies = [
"form_urlencoded",
"idna",
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",
]