From f77f7902fde4340ba55434b9ca3147f2683c8eff Mon Sep 17 00:00:00 2001 From: Yash Atreya <44857776+yash-atreya@users.noreply.github.com> Date: Wed, 7 May 2025 14:07:43 +0530 Subject: [PATCH 1/2] chore(deps): bump alloy 1.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f36689f8..fcc66536 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" From 5c0240eff9f2e70af26a112e8b7d4111c768f766 Mon Sep 17 00:00:00 2001 From: Yash Atreya <44857776+yash-atreya@users.noreply.github.com> Date: Wed, 7 May 2025 22:22:04 +0530 Subject: [PATCH 2/2] allow CDLA-Permissive-2.0 --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index d6b1f020..0d53d22a 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 = [