From e8e117b0f0fd89ea137c05a42add823f3acbbff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 07:22:37 +0000 Subject: [PATCH] Bump scale-info from 2.11.4 to 2.11.5 in the patch-dependencies group Bumps the patch-dependencies group with 1 update: [scale-info](https://github.com/paritytech/scale-info). Updates `scale-info` from 2.11.4 to 2.11.5 - [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/commits) --- updated-dependencies: - dependency-name: scale-info dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- crates/shared/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff9f7a205..23fa0e60a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11207,9 +11207,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.11.4" +version = "2.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22760a375f81a31817aeaf6f5081e9ccb7ffd7f2da1809a6e3fc82b6656f10d5" +checksum = "1aa7ffc1c0ef49b0452c6e2986abf2b07743320641ffd5fc63d552458e3b779b" dependencies = [ "bitvec", "cfg-if", @@ -11221,14 +11221,14 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.11.4" +version = "2.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abc61ebe25a5c410c0e245028fc9934bf8fa4817199ef5a24a68092edfd34614" +checksum = "46385cc24172cf615450267463f937c10072516359b3ff1cb24228a4a08bf951" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.82", ] [[package]] diff --git a/crates/shared/Cargo.toml b/crates/shared/Cargo.toml index 450d5b049..2c5aa8698 100644 --- a/crates/shared/Cargo.toml +++ b/crates/shared/Cargo.toml @@ -10,7 +10,7 @@ edition ='2021' [dependencies] codec ={ package="parity-scale-codec", version="3.0.0", default-features=false } -scale-info ={ version='2.11.4', default-features=false, features=['derive'] } +scale-info ={ version='2.11.5', default-features=false, features=['derive'] } serde ={ version="1.0", default-features=false, features=["derive"] } serde_derive="1.0.147" strum ="0.26.3"