diff --git a/Cargo.toml b/Cargo.toml index cd44942..5c8e633 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", @@ -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" diff --git a/examples/wallets/Cargo.toml b/examples/wallets/Cargo.toml index 4f207cc..bc7ff4b 100644 --- a/examples/wallets/Cargo.toml +++ b/examples/wallets/Cargo.toml @@ -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",