From af739a3b62c4ecc7e19c5e69122bf42bccf5bbdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 03:34:54 +0000 Subject: [PATCH] build(deps): bump alloy-transport-http from 0.1.4 to 0.2.1 Bumps [alloy-transport-http](https://github.com/alloy-rs/alloy) from 0.1.4 to 0.2.1. - [Release notes](https://github.com/alloy-rs/alloy/releases) - [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md) - [Commits](https://github.com/alloy-rs/alloy/compare/v0.1.4...v0.2.1) --- updated-dependencies: - dependency-name: alloy-transport-http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b9b15e..1d42edc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4261,7 +4261,7 @@ dependencies = [ "alloy-signer-local 0.1.4", "alloy-sol-types", "alloy-transport 0.1.4", - "alloy-transport-http 0.1.4", + "alloy-transport-http 0.2.1", "async-trait", "blueprint-metadata", "color-eyre", @@ -5483,7 +5483,7 @@ checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes 0.13.0", "rand", - "rand_core 0.6.4", + "rand_core 0.5.1", "serde", "unicode-normalization", ] diff --git a/Cargo.toml b/Cargo.toml index b16b5e3..2d5638a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ alloy-network = { version = "0.1" } alloy-contract = { version = "0.1" } alloy-consensus = { version = "0.1" } alloy-transport = { version = "0.1" } -alloy-transport-http = { version = "0.1" } +alloy-transport-http = { version = "0.2" } [dependencies.gadget-sdk] version = "0.1.1"