Skip to content

Commit bf7d523

Browse files
authored
chore(deps): bump alloy-core 1.0 + alloy 0.15 (#86)
Required in foundry-rs/foundry#10454
1 parent 97835cf commit bf7d523

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ edition = "2021"
1717
exclude = [".github/", "scripts/", "test-data/"]
1818

1919
[workspace.dependencies]
20-
alloy-chains = "0.1"
21-
alloy-primitives = { version = "0.8", default-features = false, features = [
20+
alloy-chains = "0.2"
21+
alloy-primitives = { version = "1.0", default-features = false, features = [
2222
"std",
2323
"serde",
2424
] }
25-
alloy-rpc-types-eth = "0.13"
26-
alloy-eips = "0.13"
27-
alloy-serde = "0.13"
25+
alloy-json-abi = { version = "1.0", default-features = false }
26+
alloy-rpc-types-eth = "0.15"
27+
alloy-eips = "0.15"
28+
alloy-serde = "0.15"
2829

2930
reqwest = { version = "0.12", default-features = false, features = ["json"] }
3031
serde = { version = "1.0", features = ["derive"] }

crates/block-explorers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ all-features = true
2121

2222
[dependencies]
2323
alloy-chains.workspace = true
24-
alloy-json-abi = { version = "0.8", default-features = false, features = [
24+
alloy-json-abi = { workspace = true, default-features = false, features = [
2525
"std",
2626
"serde_json",
2727
] }

0 commit comments

Comments
 (0)