Skip to content

Commit 9d7a4db

Browse files
authored
chore(deps): bump alloy 1.0 (#263)
Required in foundry-rs/foundry#10454
1 parent 82c42b1 commit 9d7a4db

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "
4242
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.14.1" }
4343
foundry-compilers-core = { path = "crates/core", version = "0.14.1" }
4444

45-
alloy-json-abi = { version = "0.8", features = ["serde_json"] }
46-
alloy-primitives = { version = "0.8", features = ["serde", "rand"] }
45+
alloy-json-abi = { version = "1.0", features = ["serde_json"] }
46+
alloy-primitives = { version = "1.0", features = ["serde", "rand"] }
4747
cfg-if = "1.0"
4848
dunce = "1.0"
4949
memmap2 = "0.9"

deny.toml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ allow = [
3333
"LicenseRef-ring",
3434
# https://github.com/briansmith/webpki/issues/148
3535
"LicenseRef-webpki",
36+
"CDLA-Permissive-2.0",
3637
]
3738

3839
exceptions = [

0 commit comments

Comments
 (0)