diff --git a/Cargo.toml b/Cargo.toml index 64c5de9..3025eea 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.20", default-features = false } -alloy-hardforks = { version = "0.2.12", default-features = false } -alloy-primitives = { version = "1.2", features = ["map"] } -alloy-provider = { version = "1.0.20", default-features = false } -alloy-rpc-types = { version = "1.0.20", features = ["eth"] } +alloy-consensus = { version = "1.0.24", default-features = false } +alloy-hardforks = { version = "0.2.13", default-features = false } +alloy-primitives = { version = "1.3", features = ["map"] } +alloy-provider = { version = "1.0.24", default-features = false } +alloy-rpc-types = { version = "1.0.24", features = ["eth"] } eyre = "0.6" futures = "0.3" parking_lot = "0.12" -revm = { version = "28.0.0", features = ["std", "serde"] } +revm = { version = "28.0.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.20" +alloy-rpc-client = "1.0.24" tiny_http = "0.12" # [patch.crates-io]