From 016e42730c8f3e05b655e273d5466144a6435f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 19:46:22 +0000 Subject: [PATCH] Bump subxt-metadata from 0.38.0 to 0.38.1 Bumps [subxt-metadata](https://github.com/paritytech/subxt) from 0.38.0 to 0.38.1. - [Release notes](https://github.com/paritytech/subxt/releases) - [Changelog](https://github.com/paritytech/subxt/blob/v0.38.1/CHANGELOG.md) - [Commits](https://github.com/paritytech/subxt/compare/v0.38.0...v0.38.1) --- updated-dependencies: - dependency-name: subxt-metadata dependency-type: direct:production update-type: version-update:semver-patch ... 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 07e0a7870c..dafffc376b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7062,9 +7062,9 @@ dependencies = [ [[package]] name = "subxt-metadata" -version = "0.38.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee13e6862eda035557d9a2871955306aff540d2b89c06e0a62a1136a700aed28" +checksum = "aacd4e7484fef58deaa2dcb32d94753a864b208a668c0dd0c28be1d8abeeadb2" dependencies = [ "frame-decode", "frame-metadata 17.0.0", diff --git a/Cargo.toml b/Cargo.toml index 33d5d0a566..19c55840f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ sha2 = { version = "0.10" } sha3 = { version = "0.10" } static_assertions = { version = "1.1" } subxt = { version = "0.38.0" } -subxt-metadata = { version = "0.38.0" } +subxt-metadata = { version = "0.38.1" } subxt-signer = { version = "0.38.0" } syn = { version = "2" } synstructure = { version = "0.13.1" }