diff --git a/Cargo.toml b/Cargo.toml index 0b095f9..a62e04e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ name = "fork_ref_transact" required-features = ["alloy-db"] [dependencies] -alloy = { version = "1.0.13", default-features = false, features = [ +alloy = { version = "1.0.25", default-features = false, features = [ "consensus", "rpc-types-mev", "eips", @@ -44,7 +44,7 @@ alloy = { version = "1.0.13", default-features = false, features = [ "sol-types", ] } -revm = { version = "27.0.1", default-features = false } +revm = { version = "27.1", default-features = false } dashmap = { version = "6.1.0", optional = true } tracing = { version = "0.1.41", optional = true }