From 64dbb6f07d02cf16776ab42cc6da22ad5f28d5d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:34:36 +0100 Subject: [PATCH] build(deps): bump scale-info from 2.10.0 to 2.11.0 (#1484) Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.10.0 to 2.11.0. - [Release notes](https://github.com/paritytech/scale-info/releases) - [Changelog](https://github.com/paritytech/scale-info/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/scale-info/compare/v2.10.0...v2.11.0) --- updated-dependencies: - dependency-name: scale-info dependency-type: direct:production update-type: version-update:semver-minor ... 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 6704da008d..5a7af0594b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3550,9 +3550,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.10.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f7d66a1128282b7ef025a8ead62a4a9fcf017382ec53b8ffbf4d7bf77bd3c60" +checksum = "2ef2175c2907e7c8bc0a9c3f86aeb5ec1f3b275300ad58a44d0c3ae379a5e52e" dependencies = [ "bitvec", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index c0d7e7f348..e8ae1da25b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ proc-macro-error = "1.0.4" proc-macro2 = "1.0.78" quote = "1.0.35" regex = { version = "1.10.3", default-features = false } -scale-info = { version = "2.10.0", default-features = false } +scale-info = { version = "2.11.0", default-features = false } scale-value = { version = "0.14.1", default-features = false } scale-bits = { version = "0.5.0", default-features = false } scale-decode = { version = "0.11.1", default-features = false }