From aeee1111bd3506858a2a4384a13aac4a55465c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:13:30 +0000 Subject: [PATCH] chore(deps): bump scale-value from 0.16.2 to 0.16.3 Bumps [scale-value](https://github.com/paritytech/scale-value) from 0.16.2 to 0.16.3. - [Release notes](https://github.com/paritytech/scale-value/releases) - [Changelog](https://github.com/paritytech/scale-value/blob/main/CHANGELOG.md) - [Commits](https://github.com/paritytech/scale-value/commits) --- updated-dependencies: - dependency-name: scale-value 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 8a21e65e1..b8bcd71ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4004,9 +4004,9 @@ dependencies = [ [[package]] name = "scale-value" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4d772cfb7569e03868400344a1695d16560bf62b86b918604773607d39ec84" +checksum = "8cd6ab090d823e75cfdb258aad5fe92e13f2af7d04b43a55d607d25fcc38c811" dependencies = [ "base58", "blake2", diff --git a/Cargo.toml b/Cargo.toml index 4883000e8..65f9dcb3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tokio = { version = "1.39", features = ["macros", "rt-multi-thread", "sync", "si pin-project-lite = "0.2" # subxt -scale-value = "0.16.2" +scale-value = "0.16.3" subxt = { version = "0.37.0", features = ["substrate-compat"] } # polkadot-sdk