From 7f77a835b8e55cd662d50c74f2d5b63c3ea87d24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 22:31:42 +0000 Subject: [PATCH] Bump subxt-signer from 0.35.0 to 0.35.1 (#2188) Bumps [subxt-signer](https://github.com/paritytech/subxt) from 0.35.0 to 0.35.1. - [Release notes](https://github.com/paritytech/subxt/releases) - [Changelog](https://github.com/paritytech/subxt/blob/v0.35.1/CHANGELOG.md) - [Commits](https://github.com/paritytech/subxt/compare/v0.35.0...v0.35.1) --- updated-dependencies: - dependency-name: subxt-signer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 808f95662e4..8e01fc5faa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6448,9 +6448,9 @@ dependencies = [ [[package]] name = "subxt-signer" -version = "0.35.0" +version = "0.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b22a77c98c2670b3bd717b63440e4175af2eb2078a51e2e48daff3ced23147ea" +checksum = "0718d2b5411c92481498728839cf3db00c0018635e302b22a02871dfde6ae075" dependencies = [ "bip39", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 738e2810011..9e106e872d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ sha3 = { version = "0.10" } static_assertions = { version = "1.1" } subxt = { version = "0.35.1" } subxt-metadata = { version = "0.35.1" } -subxt-signer = { version = "0.35.0" } +subxt-signer = { version = "0.35.1" } syn = { version = "2" } synstructure = { version = "0.13.1" } thiserror = { version = "1.0.58" }