diff --git a/Cargo.lock b/Cargo.lock index 113c56696..6274518c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5970,9 +5970,9 @@ dependencies = [ [[package]] name = "gix-path" -version = "0.10.9" +version = "0.10.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d23d5bbda31344d8abc8de7c075b3cf26e5873feba7c4a15d916bce67382bd9" +checksum = "38d5b8722112fa2fa87135298780bc833b0e9f6c56cc82795d209804b3a03484" dependencies = [ "bstr 1.9.1", "gix-trace", @@ -7317,7 +7317,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if 1.0.0", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] diff --git a/deny.toml b/deny.toml index 2a6b63ad9..2ff800c63 100644 --- a/deny.toml +++ b/deny.toml @@ -14,6 +14,8 @@ ignore = [ # https://github.com/launchbadge/sqlx/issues/3440 # Should remove once we can update sqlx which is used by some zksync dependencies "RUSTSEC-2024-0363", + # Used by alloy + "RUSTSEC-2024-0370", ] # This section is considered when running `cargo deny check bans`.