From ecb52a234f94b7168f4d6521e3d2fe084ad2d3a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 04:30:15 +0000 Subject: [PATCH] chore(deps): bump alloy-transport-http from `a1c9f8a` to `07d1de5` Bumps [alloy-transport-http](https://github.com/alloy-rs/alloy) from `a1c9f8a` to `07d1de5`. - [Release notes](https://github.com/alloy-rs/alloy/releases) - [Commits](https://github.com/alloy-rs/alloy/compare/a1c9f8af873398f290d2e458ab4435b43367198a...07d1de5bae01797eaecff489daa30fafdc583d07) --- updated-dependencies: - dependency-name: alloy-transport-http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 79 +++++++++++++++++++++++++++--------------------------- 1 file changed, 40 insertions(+), 39 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b46bf12b..35440d6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,13 +156,13 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#a1c9f8af873398f290d2e458ab4435b43367198a" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#07d1de5bae01797eaecff489daa30fafdc583d07" dependencies = [ - "alloy-eips 0.1.2", + "alloy-eips 0.1.3", "alloy-primitives 0.7.6", "alloy-rlp", - "alloy-serde 0.1.2", + "alloy-serde 0.1.3", "c-kzg", "serde", ] @@ -203,12 +203,12 @@ dependencies = [ [[package]] name = "alloy-eips" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#a1c9f8af873398f290d2e458ab4435b43367198a" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#07d1de5bae01797eaecff489daa30fafdc583d07" dependencies = [ "alloy-primitives 0.7.6", "alloy-rlp", - "alloy-serde 0.1.2", + "alloy-serde 0.1.3", "c-kzg", "once_cell", "serde", @@ -239,8 +239,8 @@ dependencies = [ [[package]] name = "alloy-json-rpc" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#a1c9f8af873398f290d2e458ab4435b43367198a" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#07d1de5bae01797eaecff489daa30fafdc583d07" dependencies = [ "alloy-primitives 0.7.6", "serde", @@ -251,15 +251,15 @@ dependencies = [ [[package]] name = "alloy-network" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#a1c9f8af873398f290d2e458ab4435b43367198a" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#07d1de5bae01797eaecff489daa30fafdc583d07" dependencies = [ - "alloy-consensus 0.1.2", - "alloy-eips 0.1.2", + "alloy-consensus 0.1.3", + "alloy-eips 0.1.3", "alloy-json-rpc", "alloy-primitives 0.7.6", "alloy-rpc-types-eth", - "alloy-serde 0.1.2", + "alloy-serde 0.1.3", "alloy-signer", "alloy-sol-types", "async-trait", @@ -318,12 +318,12 @@ dependencies = [ [[package]] name = "alloy-provider" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#a1c9f8af873398f290d2e458ab4435b43367198a" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#07d1de5bae01797eaecff489daa30fafdc583d07" dependencies = [ "alloy-chains", - "alloy-consensus 0.1.2", - "alloy-eips 0.1.2", + "alloy-consensus 0.1.3", + "alloy-eips 0.1.3", "alloy-json-rpc", "alloy-network", "alloy-primitives 0.7.6", @@ -371,8 +371,8 @@ dependencies = [ [[package]] name = "alloy-rpc-client" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#a1c9f8af873398f290d2e458ab4435b43367198a" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#07d1de5bae01797eaecff489daa30fafdc583d07" dependencies = [ "alloy-json-rpc", "alloy-transport", @@ -413,11 +413,11 @@ dependencies = [ [[package]] name = "alloy-rpc-types" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#a1c9f8af873398f290d2e458ab4435b43367198a" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#07d1de5bae01797eaecff489daa30fafdc583d07" dependencies = [ "alloy-rpc-types-eth", - "alloy-serde 0.1.2", + "alloy-serde 0.1.3", ] [[package]] @@ -448,14 +448,14 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#a1c9f8af873398f290d2e458ab4435b43367198a" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#07d1de5bae01797eaecff489daa30fafdc583d07" dependencies = [ - "alloy-consensus 0.1.2", - "alloy-eips 0.1.2", + "alloy-consensus 0.1.3", + "alloy-eips 0.1.3", "alloy-primitives 0.7.6", "alloy-rlp", - "alloy-serde 0.1.2", + "alloy-serde 0.1.3", "alloy-sol-types", "itertools 0.13.0", "serde", @@ -487,8 +487,8 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#a1c9f8af873398f290d2e458ab4435b43367198a" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#07d1de5bae01797eaecff489daa30fafdc583d07" dependencies = [ "alloy-primitives 0.7.6", "serde", @@ -497,8 +497,8 @@ dependencies = [ [[package]] name = "alloy-signer" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#a1c9f8af873398f290d2e458ab4435b43367198a" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#07d1de5bae01797eaecff489daa30fafdc583d07" dependencies = [ "alloy-primitives 0.7.6", "async-trait", @@ -578,8 +578,8 @@ dependencies = [ [[package]] name = "alloy-transport" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#a1c9f8af873398f290d2e458ab4435b43367198a" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#07d1de5bae01797eaecff489daa30fafdc583d07" dependencies = [ "alloy-json-rpc", "base64 0.22.0", @@ -590,13 +590,14 @@ dependencies = [ "thiserror", "tokio", "tower", + "tracing", "url", ] [[package]] name = "alloy-transport-http" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#a1c9f8af873398f290d2e458ab4435b43367198a" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#07d1de5bae01797eaecff489daa30fafdc583d07" dependencies = [ "alloy-json-rpc", "alloy-transport", @@ -4224,7 +4225,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.6", + "socket2 0.4.10", "tokio", "tower-service", "tracing", @@ -7615,8 +7616,8 @@ dependencies = [ "alloy-primitives 0.7.6", "alloy-provider", "alloy-rlp", - "alloy-rpc-types 0.1.2", - "alloy-serde 0.1.2", + "alloy-rpc-types 0.1.3", + "alloy-serde 0.1.3", "alloy-transport", "alloy-transport-http", "atoi",