From 00187541e3a2c2abba4c34669816aa12f883f0b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:05:31 +0100 Subject: [PATCH] chore(deps): bump scale-info from 2.11.5 to 2.11.6 (#939) Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.11.5 to 2.11.6. - [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/v2.11.6) --- 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 | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1e6769e2..f04c44493 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8123,9 +8123,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.11.5" +version = "2.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aa7ffc1c0ef49b0452c6e2986abf2b07743320641ffd5fc63d552458e3b779b" +checksum = "346a3b32eba2640d17a9cb5927056b08f3de90f65b72fe09402c2ad07d684d0b" dependencies = [ "bitvec", "cfg-if", @@ -8137,9 +8137,9 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.11.5" +version = "2.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46385cc24172cf615450267463f937c10072516359b3ff1cb24228a4a08bf951" +checksum = "c6630024bf739e2179b91fb424b28898baf819414262c5d376677dbff1fe7ebf" dependencies = [ "proc-macro-crate", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 69081e819..783b53766 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ description = "A tool to submit NPoS election solutions for substrate based chai [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0" } -scale-info = { package = "scale-info", version = "2.11.5" } +scale-info = { package = "scale-info", version = "2.11.6" } clap = { version = "4.5", features = ["derive", "env"] } tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } jsonrpsee = { version = "0.24.7", features = ["ws-client"] }