diff --git a/Cargo.toml b/Cargo.toml index f36689f8d..fcc665361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,8 +42,8 @@ foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = " foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.14.1" } foundry-compilers-core = { path = "crates/core", version = "0.14.1" } -alloy-json-abi = { version = "0.8", features = ["serde_json"] } -alloy-primitives = { version = "0.8", features = ["serde", "rand"] } +alloy-json-abi = { version = "1.0", features = ["serde_json"] } +alloy-primitives = { version = "1.0", features = ["serde", "rand"] } cfg-if = "1.0" dunce = "1.0" memmap2 = "0.9" diff --git a/deny.toml b/deny.toml index d6b1f0202..0d53d22a6 100644 --- a/deny.toml +++ b/deny.toml @@ -33,6 +33,7 @@ allow = [ "LicenseRef-ring", # https://github.com/briansmith/webpki/issues/148 "LicenseRef-webpki", + "CDLA-Permissive-2.0", ] exceptions = [