From cc1610b3bf0448fe7e40df786ad63e3cc5228c58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:22:12 +0200 Subject: [PATCH] build(deps): bump scale-value from 0.16.1 to 0.16.2 (#1710) Bumps [scale-value](https://github.com/paritytech/scale-value) from 0.16.1 to 0.16.2. - [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/compare/v0.16.1...v0.16.2) --- updated-dependencies: - dependency-name: scale-value 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> Co-authored-by: Alexandru Vasile <60601340+lexnv@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 08db1a0bf2..db7d66ff5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3917,9 +3917,9 @@ dependencies = [ [[package]] name = "scale-value" -version = "0.16.1" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab68da501822d2769c4c5823535f6104a6d4cd15f0d3eba3e647e725294ae22" +checksum = "ba4d772cfb7569e03868400344a1695d16560bf62b86b918604773607d39ec84" dependencies = [ "base58", "blake2", diff --git a/Cargo.toml b/Cargo.toml index 5ffd157059..1a8201f8fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ proc-macro2 = "1.0.86" quote = "1.0.36" regex = { version = "1.10.6", default-features = false } scale-info = { version = "2.11.3", default-features = false } -scale-value = { version = "0.16.1", default-features = false } +scale-value = { version = "0.16.2", default-features = false } scale-bits = { version = "0.6.0", default-features = false } scale-decode = { version = "0.13.1", default-features = false } scale-encode = { version = "0.7.1", default-features = false }