From e314d1869477807cedfa67371cbdb8ef4bea0ed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 22:31:00 +0000 Subject: [PATCH] Bump scale-info from 2.9.0 to 2.11.2 Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.9.0 to 2.11.2. - [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.9.0...v2.11.2) --- updated-dependencies: - dependency-name: scale-info dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5001c5250b1..f831690bfd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3245,9 +3245,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.9.0" +version = "2.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35c0a159d0c45c12b20c5a844feb1fe4bea86e28f17b92a5f0c42193634d3782" +checksum = "7c453e59a955f81fb62ee5d596b450383d699f152d350e9d23a0db2adb78e4c0" dependencies = [ "bitvec", "cfg-if", @@ -3259,9 +3259,9 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.9.0" +version = "2.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "912e55f6d20e0e80d63733872b40e1227c0bce1e1ab81ba67d696339bfd7fd29" +checksum = "18cf6c6447f813ef19eb450e985bcce6705f9ce7660db221b59093d15c79c4b7" dependencies = [ "proc-macro-crate", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 6465777b030..256ccab5f64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ proc-macro-error = "1.0.4" proc-macro2 = "1.0.63" quote = "1.0.31" regex = "1.9.1" -scale-info = "2.9.0" +scale-info = "2.11.2" scale-value = "0.10.0" scale-bits = "0.3" scale-decode = "0.7.0"