From 6430cf22961f842cd26ace809c911276ccf94439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 11:34:51 +0300 Subject: [PATCH] Bump scale-info from 2.5.0 to 2.6.0 (#939) Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.5.0 to 2.6.0. - [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-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- metadata/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5461dc727f..f980d911a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2728,9 +2728,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cfdffd972d76b22f3d7f81c8be34b2296afd3a25e0a547bd9abe340a4dbbe97" +checksum = "dfdef77228a4c05dc94211441595746732131ad7f6530c6c18f045da7b7ab937" dependencies = [ "bitvec", "cfg-if", @@ -2742,9 +2742,9 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61fa974aea2d63dd18a4ec3a49d59af9f34178c73a4f56d2f18205628d00681e" +checksum = "53012eae69e5aa5c14671942a5dd47de59d4cdcff8532a6dd0e081faf1119482" dependencies = [ "proc-macro-crate", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 9e2def50b0..e83413f043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ primitive-types = { version = "0.12.1", default-features = false, features = ["c proc-macro2 = "1.0.55" quote = "1.0.8" regex = "1.8.1" -scale-info = "2.5.0" +scale-info = "2.6.0" scale-value = "0.7.0" scale-bits = "0.3" scale-decode = "0.5.0" diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index 59f144a83d..8b06c37849 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -16,7 +16,7 @@ description = "Command line utilities for checking metadata compatibility betwee [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } frame-metadata = { version = "15.1.0", features = ["v14", "v15-unstable", "std"] } -scale-info = "2.5.0" +scale-info = "2.6.0" sp-core-hashing = "8.0.0" [dev-dependencies]