diff --git a/Cargo.lock b/Cargo.lock index cea5be68..06c0131c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4828,9 +4828,9 @@ dependencies = [ [[package]] name = "ruint" -version = "1.19.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45caf26f647c19115bf9c453c70ffe4a4a3a6390dceebd942610584f99b8ddce" +checksum = "f5e99bff0393163bb25029a6af25d3d8d202ba5b5438a74d1bd8789f5c822970" dependencies = [ "alloy-rlp", "ark-ff 0.3.0", diff --git a/deny.toml b/deny.toml index a90ee5e9..b471ccca 100644 --- a/deny.toml +++ b/deny.toml @@ -51,5 +51,4 @@ license-files = [{ path = "LICENSE", hash = 0x001c7e6c }] ignore = [ "RUSTSEC-2024-0436", # Unmaintained `paste` (2025-04-04) "RUSTSEC-2021-0127", # serde_cbor is unmaintained. We use this in AWS NSM package but just for the AttestationDocument Type - "RUSTSEC-2026-0173", # proc-macro-error2 is unmaintained; transitive dep via alloy -> alloy-sol-types -> alloy-sol-macro, no safe upgrade available ]