diff --git a/relay_rpc/Cargo.toml b/relay_rpc/Cargo.toml index 7a3c757..dedfdb1 100644 --- a/relay_rpc/Cargo.toml +++ b/relay_rpc/Cargo.toml @@ -26,11 +26,13 @@ sha2 = { version = "0.10.6" } alloy-providers = { git = "https://github.com/alloy-rs/alloy.git", rev = "5ed60f8" } alloy-transport = { git = "https://github.com/alloy-rs/alloy.git", rev = "5ed60f8" } alloy-transport-http = { git = "https://github.com/alloy-rs/alloy.git", rev = "5ed60f8" } -reqwest = { version = "0.11.18", features = ["default-tls"] } +reqwest = { version = "0.11", features = ["default-tls"] } alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy.git", rev = "5ed60f8" } alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy.git", rev = "5ed60f8" } alloy-json-abi = "0.6" alloy-sol-types = "0.6" alloy-primitives = "0.6" url = "2.5.0" + +[dev-dependencies] tokio = { version = "1.35.1", features = ["test-util", "macros"] }