Skip to content

Commit

Permalink
bump deps, foundry-fork-db to 0.9, alloy to 0.8 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks authored Dec 10, 2024
1 parent 77848d0 commit f94e00d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ significant_drop_tightening = "allow"
needless_return = "allow"

[workspace.dependencies]
alloy = { version = "0.7", features = [
alloy = { version = "0.8", features = [
"eips",
"full",
"hyper",
Expand All @@ -113,14 +113,14 @@ alloy = { version = "0.7", features = [
"signer-yubihsm",
] }

foundry-fork-db = "0.8"
foundry-fork-db = "0.9"

revm-primitives = "14.0"
revm = "18.0"

# async
futures-util = "0.3"
tokio = "1.41"
tokio = "1.42"

# misc
eyre = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion examples/wallets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
alloy.workspace = true

aws-config = { version = "1.5", default-features = false }
aws-sdk-kms = { version = "1.50", default-features = false }
aws-sdk-kms = { version = "1.51", default-features = false }
eyre.workspace = true
gcloud-sdk = {version = "0.25", features = [
"google-cloud-kms-v1",
Expand Down

0 comments on commit f94e00d

Please sign in to comment.