diff --git a/Cargo.toml b/Cargo.toml index b01927d..cbfd799 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ revm = { version = "18.0.0", default-features = false, features = [ serde = "1.0" serde_json = "1.0" -thiserror = "1" +thiserror = "2" tokio = { version = "1", features = ["rt-multi-thread"] } tracing = "0.1" @@ -54,4 +54,4 @@ url = "2" [dev-dependencies] alloy-rpc-client = "0.7" alloy-transport-http = "0.7" -tiny_http = "0.11" +tiny_http = "0.12"