aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",
]