From 31752871eecd9da7b0f8bfd20d19e0eb7fe31102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 09:50:35 +0200 Subject: [PATCH] build(deps): bump scale-info from 2.11.2 to 2.11.3 (#1613) Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.11.2 to 2.11.3. - [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.2...v2.11.3) --- updated-dependencies: - dependency-name: scale-info 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 | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e438513aef..b5b200067c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3783,9 +3783,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.11.2" +version = "2.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c453e59a955f81fb62ee5d596b450383d699f152d350e9d23a0db2adb78e4c0" +checksum = "eca070c12893629e2cc820a9761bedf6ce1dcddc9852984d1dc734b8bd9bd024" dependencies = [ "bitvec", "cfg-if", @@ -3797,11 +3797,11 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.11.2" +version = "2.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18cf6c6447f813ef19eb450e985bcce6705f9ce7660db221b59093d15c79c4b7" +checksum = "2d35494501194174bda522a32605929eefc9ecf7e0a326c26db1fdd85881eb62" dependencies = [ - "proc-macro-crate 1.3.1", + "proc-macro-crate 3.1.0", "proc-macro2", "quote", "syn 1.0.109", diff --git a/Cargo.toml b/Cargo.toml index e7ce8c4e7a..167904fba0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ proc-macro-error = "1.0.4" proc-macro2 = "1.0.82" quote = "1.0.36" regex = { version = "1.10.4", default-features = false } -scale-info = { version = "2.11.0", default-features = false } +scale-info = { version = "2.11.3", default-features = false } scale-value = { version = "0.16.0", default-features = false } scale-bits = { version = "0.6.0", default-features = false } scale-decode = { version = "0.13.0", default-features = false }