diff --git a/Cargo.toml b/Cargo.toml index b2904b5..ec5993c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,18 +26,18 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] alloy-chains = { version = "0.2", default-features = false, features = ["serde"] } -alloy-consensus = { version = "1.0.25", default-features = false } -alloy-hardforks = { version = "0.3.0", default-features = false } -alloy-primitives = { version = "1.3", features = ["map"] } -alloy-provider = { version = "1.0.25", default-features = false } -alloy-rpc-types = { version = "1.0.25", features = ["eth"] } +alloy-consensus = { version = "1.0.38", default-features = false } +alloy-hardforks = { version = "0.4.0", default-features = false } +alloy-primitives = { version = "1.4", features = ["map"] } +alloy-provider = { version = "1.0.38", default-features = false } +alloy-rpc-types = { version = "1.0.38", features = ["eth"] } eyre = "0.6" futures = "0.3" parking_lot = "0.12" -revm = { version = "29.0.0", features = ["std", "serde"] } +revm = { version = "30.1.1", features = ["std", "serde"] } serde = "1.0" serde_json = "1.0" @@ -49,7 +49,7 @@ tracing = "0.1" url = "2" [dev-dependencies] -alloy-rpc-client = "1.0.25" +alloy-rpc-client = "1.0.38" tiny_http = "0.12" # [patch.crates-io]