diff --git a/Cargo.toml b/Cargo.toml index 993321a..37b6c39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,15 +30,15 @@ clippy.lint_groups_priority = "allow" [dependencies] # eth -alloy-rpc-types-eth = "0.7" -alloy-rpc-types-trace = "0.7" +alloy-rpc-types-eth = "0.8" +alloy-rpc-types-trace = "0.8" alloy-sol-types = "0.8" alloy-primitives = { version = "0.8", features = ["map"] } revm = { version = "18.0.0", default-features = false, features = ["std"] } anstyle = "1.0" colorchoice = "1.0" -thiserror = "1.0" +thiserror = "2.0" # serde serde = { version = "1", optional = true, features = ["derive"] }