From c7f5f04c545222874a855e23904909c0979e9605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 04:17:15 +0000 Subject: [PATCH] chore(deps): bump alloy-primitives from 0.7.7 to 0.8.11 Bumps [alloy-primitives](https://github.com/alloy-rs/core) from 0.7.7 to 0.8.11. - [Release notes](https://github.com/alloy-rs/core/releases) - [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/alloy-rs/core/compare/v0.7.7...v0.8.11) --- updated-dependencies: - dependency-name: alloy-primitives dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd4a430..b07ba68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4507,7 +4507,7 @@ dependencies = [ "alloy-contract", "alloy-json-abi", "alloy-network", - "alloy-primitives 0.7.7", + "alloy-primitives 0.8.11", "alloy-provider", "alloy-rpc-client 0.4.2", "alloy-signer", @@ -6656,7 +6656,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -8411,7 +8411,7 @@ checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes", "rand", - "rand_core 0.6.4", + "rand_core 0.5.1", "serde", "unicode-normalization", ] diff --git a/Cargo.toml b/Cargo.toml index c8d9f60..8b8bd9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ test-strategy = { version = "0.4.0", default-features = false } cargo-tangle = "0.2" blueprint-test-utils = { version = "0.1", default-features = false, features = ["std"] } -alloy-primitives = "0.7.2" +alloy-primitives = "0.8.11" alloy-provider = { version = "0.1", default-features = false, features = ["reqwest", "ws"] } alloy-signer = { version = "0.1" } alloy-signer-local = { version = "0.1" }