diff --git a/Cargo.lock b/Cargo.lock index 5e179f4312..365e7fc002 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2558,7 +2558,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18e4fdb82bd54a12e42fb58a800dcae6b9e13982238ce2296dc3570b92148e1f" dependencies = [ "data-encoding", - "syn 2.0.99", + "syn 1.0.109", ] [[package]] @@ -4930,7 +4930,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -10163,9 +10163,9 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.11" +version = "0.17.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da5349ae27d3887ca812fb375b45a4fbb36d8d12d2df394968cd86e35683fe73" +checksum = "70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee" dependencies = [ "cc", "cfg-if", @@ -11842,7 +11842,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69fff37da548239c3bf9e64a12193d261e8b22b660991c6fd2df057c168f435f" dependencies = [ "cc", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] diff --git a/deny.toml b/deny.toml index e8ab691ecd..e35225392c 100644 --- a/deny.toml +++ b/deny.toml @@ -4,14 +4,8 @@ [advisories] yanked = "warn" ignore = [ - # https://rustsec.org/advisories/RUSTSEC-2024-0379 used by boa (js-tracer) - "RUSTSEC-2024-0379", # https://rustsec.org/advisories/RUSTSEC-2024-0384 used by sse example "RUSTSEC-2024-0384", - # https://rustsec.org/advisories/RUSTSEC-2024-0388 used by ssz, will be removed https://github.com/sigp/ethereum_ssz/pull/34 - "RUSTSEC-2024-0388", - # https://rustsec.org/advisories/RUSTSEC-2025-0007 *ring* is unmaintained, used by jsonwebtoken - "RUSTSEC-2025-0007", ] # This section is considered when running `cargo deny check bans`.