From 6e5dddf336fa4b4a2e8694997c19239df4f969c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 23:18:01 +0000 Subject: [PATCH] Update alloy-primitives requirement from 0.8 to 1.0 Updates the requirements on [alloy-primitives](https://github.com/alloy-rs/core) to permit the latest version. - [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.8.0...v1.0.0) --- updated-dependencies: - dependency-name: alloy-primitives dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49c519d..e3689c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ rand = "0.8.5" xor_name = "5" libp2p = { version="0.55", features = ["serde"] } bls = { package = "blsttc", version = "8" } -alloy-primitives = "0.8" +alloy-primitives = "1.0" rmp-serde = "1" argon2 = "0.5"