From 2908695518f749df0076168fbde7c658d0f03bd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:50:06 +0000 Subject: [PATCH] bump(deps): update rust crate scale-info to 2.9.0 --- Cargo.lock | 8 ++++---- meta/meta-runtime/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6915953..cb1bf91b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6376,9 +6376,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.3.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88d8a765117b237ef233705cc2cc4c6a27fccd46eea6ef0c8c6dae5f3ef407f8" +checksum = "35c0a159d0c45c12b20c5a844feb1fe4bea86e28f17b92a5f0c42193634d3782" dependencies = [ "bitvec", "cfg-if", @@ -6390,9 +6390,9 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.3.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdcd47b380d8c4541044e341dcd9475f55ba37ddc50c908d945fc036a8642496" +checksum = "912e55f6d20e0e80d63733872b40e1227c0bce1e1ab81ba67d696339bfd7fd29" dependencies = [ "proc-macro-crate", "proc-macro2", diff --git a/meta/meta-runtime/Cargo.toml b/meta/meta-runtime/Cargo.toml index 76a63042..0c24750e 100644 --- a/meta/meta-runtime/Cargo.toml +++ b/meta/meta-runtime/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" serde = { default-features = false, version = "1.0.144", features = ["derive"], optional = true } # Parity codec = { default-features = false, version = "3.2.1", features = ["derive"], package = "parity-scale-codec" } -scale-info = { default-features = false, version = "2.1.2", features = ["derive"] } +scale-info = { default-features = false, version = "2.9.0", features = ["derive"] } # Substrate Primitive sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.30" } sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.30" }