From 99805ec71c4bc4c552093fb5fd28b920cdbf4677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 10:01:29 +0800 Subject: [PATCH] build(deps): bump scale-info from 2.11.2 to 2.11.3 (#1292) 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 913cb2a77..b824285a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12504,9 +12504,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", @@ -12518,11 +12518,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 31118271c..70b33de8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -288,7 +288,7 @@ num-bigint = { version = "0.4.6", default-features = false } num-traits = { version = "0.2.19", default-features = false } parity-scale-codec = { version = "3.6.12", default-features = false } paste = { version = "1.0.14" } -scale-info = { version = "2.11.0", default-features = false } +scale-info = { version = "2.11.3", default-features = false } serde = { version = "1.0.203", default-features = false } serde_json = { version = "1.0.109", default-features = false } similar-asserts = { version = "1.1.0" }