From 357de155bc525bfb5e1e249b9ac6df50a884dbe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:33:08 +0000 Subject: [PATCH] build(deps): update alloy-signer-local requirement from 0.2 to 0.3 Updates the requirements on [alloy-signer-local](https://github.com/alloy-rs/alloy) to permit the latest version. - [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.2.0...v0.3.1) --- updated-dependencies: - dependency-name: alloy-signer-local 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 ce62b13..34b1201 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ alloy-provider = "0.2" alloy-transport = "0.2" alloy-signer = { version = "0.1", default-features = false } -alloy-signer-local = { version = "0.2", default-features = false } +alloy-signer-local = { version = "0.3", default-features = false } alloy-rlp = { version = "0.3", default-features = false }