Skip to content

Commit

Permalink
build(deps): bump the alloy-revm group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the alloy-revm group with 2 updates in the / directory: [alloy](https://github.com/alloy-rs/alloy) and [revm-inspectors](https://github.com/paradigmxyz/revm-inspectors).


Updates `alloy` from 0.6.4 to 0.8.0
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v0.6.4...v0.8.0)

Updates `revm-inspectors` from 0.11.0 to 0.13.0
- [Changelog](https://github.com/paradigmxyz/revm-inspectors/blob/main/CHANGELOG.md)
- [Commits](paradigmxyz/revm-inspectors@v0.11.0...v0.13.0)

---
updated-dependencies:
- dependency-name: alloy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alloy-revm
- dependency-name: revm-inspectors
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alloy-revm
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent d139e75 commit 1883eb3
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 48 deletions.
146 changes: 104 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions eth-trie.rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ readme = "README.md"
keywords = ["patricia", "mpt", "evm", "trie", "ethereum"]

[dependencies]
alloy = { version = "0.6.4", default-features = false, features = ["rlp"] }
alloy = { version = "0.8.0", default-features = false, features = ["rlp"] }
hashbrown = "0.15.2"
log = "0.4.22"
parking_lot = "0.12.3"
rlp = "0.6.1"

[dev-dependencies]
alloy = { version = "0.6.4", default-features = false, features = ["getrandom"] }
alloy = { version = "0.8.0", default-features = false, features = ["getrandom"] }
rand = "0.8.5"
hex = "0.4.3"
criterion = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion z2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
alloy = { version = "0.6.4", default-features = false, features = ["consensus", "eips", "rlp", "serde", "signer-local"] }
alloy = { version = "0.8.0", default-features = false, features = ["consensus", "eips", "rlp", "serde", "signer-local"] }
anyhow = "1.0.94"
async-trait = "0.1.83"
base64 = "0.22.0"
Expand Down
Loading

0 comments on commit 1883eb3

Please sign in to comment.