From f86153355983edef2b9112312e1c9b66a180aa0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 09:43:42 +0100 Subject: [PATCH] build(deps): bump scale-value from 0.15.0 to 0.15.1 (#1581) Bumps [scale-value](https://github.com/paritytech/scale-value) from 0.15.0 to 0.15.1. - [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] 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 ac5d1f5ebd..cff61f247e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3851,9 +3851,9 @@ dependencies = [ [[package]] name = "scale-value" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c9e20eb2f3b02cb16f7ccb575c599f4624567c9ad58206d61995e7fc2a0efb7" +checksum = "64129c6401da72fe84c24ca2070f5439efe0244d485198ea4889a194b7b58e98" dependencies = [ "base58", "blake2", diff --git a/Cargo.toml b/Cargo.toml index 5078e7a3a4..37f3e47077 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ proc-macro2 = "1.0.81" quote = "1.0.36" regex = { version = "1.10.4", default-features = false } scale-info = { version = "2.11.0", default-features = false } -scale-value = { version = "0.15.0", default-features = false } +scale-value = { version = "0.15.1", default-features = false } scale-bits = { version = "0.6.0", default-features = false } scale-decode = { version = "0.12.0", default-features = false } scale-encode = { version = "0.7.0", default-features = false }