From bf135e6abdc3b41fbca9b7c18f30672e46e86b37 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Thu, 28 Nov 2024 14:21:39 +0100 Subject: [PATCH] chore: bump alloy --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 86f6a98..1040771 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,11 +26,11 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] alloy-primitives = { version = "0.8.5", features = ["map"] } -alloy-provider = { version = "0.6", default-features = false } -alloy-rpc-types = { version = "0.6", features = ["eth"] } -alloy-serde = { version = "0.6", default-features = false } -alloy-transport = { version = "0.6", default-features = false } -alloy-consensus = { version = "0.6", default-features = false } +alloy-provider = { version = "0.7", default-features = false } +alloy-rpc-types = { version = "0.7", features = ["eth"] } +alloy-serde = { version = "0.7", default-features = false } +alloy-transport = { version = "0.7", default-features = false } +alloy-consensus = { version = "0.7", default-features = false } eyre = "0.6" futures = "0.3" @@ -52,6 +52,6 @@ tracing = "0.1" url = "2" [dev-dependencies] -alloy-rpc-client = "0.6" -alloy-transport-http = "0.6" +alloy-rpc-client = "0.7" +alloy-transport-http = "0.7" tiny_http = "0.11"