Skip to content

Commit

Permalink
bump other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Oct 21, 2024
1 parent 4b8d1c1 commit 41e6b90
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ alloy = { version = "0.5.2", features = [
] }

foundry-fork-db = "0.5"
revm-primitives = "10.0"
revm = "14.0"
revm-primitives = "12.0"
revm = "16.0"

# async
futures-util = "0.3"
Expand Down
10 changes: 5 additions & 5 deletions examples/advanced/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ revm-primitives.workspace = true
revm.workspace = true

# reth
reth-db = { git = "https://github.com/paradigmxyz/reth", package = "reth-db", tag = "v1.0.8" }
reth-provider = { git = "https://github.com/paradigmxyz/reth", package = "reth-provider", tag = "v1.0.8" }
reth-node-types = { git = "https://github.com/paradigmxyz/reth", package = "reth-node-types", tag = "v1.0.8" }
reth-chainspec = { git = "https://github.com/paradigmxyz/reth", package = "reth-chainspec", tag = "v1.0.8" }
reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", package = "reth-node-ethereum", tag = "v1.0.8" }
reth-db = { git = "https://github.com/paradigmxyz/reth", package = "reth-db", tag = "v1.1.0" }
reth-provider = { git = "https://github.com/paradigmxyz/reth", package = "reth-provider", tag = "v1.1.0" }
reth-node-types = { git = "https://github.com/paradigmxyz/reth", package = "reth-node-types", tag = "v1.1.0" }
reth-chainspec = { git = "https://github.com/paradigmxyz/reth", package = "reth-chainspec", tag = "v1.1.0" }
reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", package = "reth-node-ethereum", tag = "v1.1.0" }

eyre.workspace = true
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/layers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ alloy.workspace = true

eyre.workspace = true
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
tower = { version = "0.4", features = ["retry"] }
tower = { version = "0.5", features = ["retry"] }
4 changes: 2 additions & 2 deletions examples/wallets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ workspace = true
alloy.workspace = true

aws-config = { version = "1.5", default-features = false }
aws-sdk-kms = { version = "1.46", default-features = false }
aws-sdk-kms = { version = "1.47", default-features = false }
eyre.workspace = true
rand = "0.8"
serde = { workspace = true, features = ["derive"] }
tempfile = "3.10"
tempfile = "3.13"
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }

0 comments on commit 41e6b90

Please sign in to comment.