From 8f99e3bb2c073d0dd4dce24c460bc8baa7b190ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 10:16:08 +0000 Subject: [PATCH] Bump scale-info from 2.11.0 to 2.11.2 Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.11.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.11.0...v2.11.2) --- updated-dependencies: - dependency-name: scale-info dependency-type: direct:production update-type: version-update:semver-patch ... 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 aee179dd..5fae00be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10961,9 +10961,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.11.0" +version = "2.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ef2175c2907e7c8bc0a9c3f86aeb5ec1f3b275300ad58a44d0c3ae379a5e52e" +checksum = "7c453e59a955f81fb62ee5d596b450383d699f152d350e9d23a0db2adb78e4c0" dependencies = [ "bitvec", "cfg-if", @@ -10975,9 +10975,9 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.11.0" +version = "2.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "634d9b8eb8fd61c5cdd3390d9b2132300a7e7618955b98b8416f118c1b4e144f" +checksum = "18cf6c6447f813ef19eb450e985bcce6705f9ce7660db221b59093d15c79c4b7" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index d93c8354..a07038dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ color-print = "0.3.4" parity-scale-codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } hex-literal = { version = "0.4.1" } log = { version = "0.4.20", default-features = false } -scale-info = { version = "2.9.0", default-features = false } +scale-info = { version = "2.11.2", default-features = false } smallvec = "1.11.0" serde_json = "1.0.111"