Skip to content

Commit e0722a1

Browse files
authored
chore(deps): bump Alloy to crates.io 0.4.2 (#6016)
1 parent 8055d57 commit e0722a1

File tree

2 files changed

+79
-62
lines changed

2 files changed

+79
-62
lines changed

Cargo.lock

Lines changed: 74 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ foundry-debugger = { path = "crates/debugger" }
137137
## revm
138138
# no default features to avoid c-kzg
139139
revm = { version = "3", default-features = false } #
140-
revm-primitives = { version = "1" , default-features = false }
140+
revm-primitives = { version = "1", default-features = false }
141141

142142
## ethers
143143
ethers = { version = "2.0", default-features = false }
@@ -152,11 +152,10 @@ ethers-etherscan = { version = "2.0", default-features = false }
152152
ethers-solc = { version = "2.0", default-features = false }
153153

154154
## alloy
155-
156-
alloy-primitives = { version = "0.4", default-features = false }
157-
alloy-dyn-abi = { version = "0.4", default-features = false }
158-
alloy-json-abi = { version = "0.4", default-features = false }
159-
alloy-sol-types = { version = "0.4", default-features = false }
155+
alloy-primitives = "0.4.1"
156+
alloy-dyn-abi = "0.4.1"
157+
alloy-json-abi = "0.4.1"
158+
alloy-sol-types = "0.4.1"
160159

161160
solang-parser = "=0.3.2"
162161

@@ -195,8 +194,3 @@ ethers-solc = { git = "https://github.com/gakonst/ethers-rs" }
195194
# revm-interpreter = { git = "https://github.com/bluealloy/revm/", branch = "main" }
196195
# revm-precompile = { git = "https://github.com/bluealloy/revm/", branch = "main" }
197196
# revm-primitives = { git = "https://github.com/bluealloy/revm/", branch = "main" }
198-
199-
alloy-dyn-abi = { git = "https://github.com/alloy-rs/core/", branch = "main"}
200-
alloy-primitives = { git = "https://github.com/alloy-rs/core/", branch = "main"}
201-
alloy-json-abi = { git = "https://github.com/alloy-rs/core/", branch = "main"}
202-
alloy-sol-types = { git = "https://github.com/alloy-rs/core/", branch = "main"}

0 commit comments

Comments
 (0)