Skip to content

Commit

Permalink
chore(deps): bump alloys
Browse files Browse the repository at this point in the history
wip
  • Loading branch information
DaniPopes committed Jan 10, 2024
1 parent 362782c commit 2db6f60
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 29 deletions.
47 changes: 24 additions & 23 deletions Cargo.lock

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

8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,15 @@ revm-primitives = { git = "https://github.com/bluealloy/revm", branch = "reth_fr
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors" }

# eth
alloy-primitives = "0.5"
alloy-dyn-abi = "0.5"
alloy-sol-types = "0.5"
alloy-primitives = "0.6"
alloy-dyn-abi = "0.6"
alloy-sol-types = "0.6"
alloy-rlp = "0.3"
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", features = ["jsonrpsee-types"] }
alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", features = [
"jsonrpsee-types",
] }
alloy-trie = "0.2"
ethers-core = { version = "2.0", default-features = false }
ethers-providers = { version = "2.0", default-features = false }
ethers-signers = { version = "2.0", default-features = false }
Expand Down Expand Up @@ -205,6 +206,7 @@ hex-literal = "0.4"
once_cell = "1.17"
syn = "2.0"
ahash = "0.8.6"
nybbles = "0.1"

# proc-macros
proc-macro2 = "1.0"
Expand Down
6 changes: 3 additions & 3 deletions crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ revm-primitives = { workspace = true, features = ["serde"] }
# ethereum
alloy-primitives = { workspace = true, features = ["rand", "rlp"] }
alloy-rlp = { workspace = true, features = ["arrayvec"] }
alloy-trie = { version = "0.1", features = ["serde"] }
alloy-trie = { workspace = true, features = ["serde"] }
ethers-core = { workspace = true, default-features = false, optional = true }
nybbles = { version = "0.1.2", features = ["serde", "rlp"] }

Expand Down Expand Up @@ -72,8 +72,8 @@ proptest.workspace = true
proptest-derive.workspace = true
rand.workspace = true
revm-primitives = { workspace = true, features = ["arbitrary"] }
nybbles = { version = "0.1", features = ["arbitrary"] }
alloy-trie = { version = "0.1", features = ["arbitrary"] }
nybbles = { workspace = true, features = ["arbitrary"] }
alloy-trie = { workspace = true, features = ["arbitrary"] }
serde_json.workspace = true
test-fuzz = "4"
toml.workspace = true
Expand Down

0 comments on commit 2db6f60

Please sign in to comment.