From 215b998a7fa0e0ef4313c8f72476b9033614a92c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 04:07:13 +0000 Subject: [PATCH] bump(deps): update rust crate scale-info to 2.3.1 --- 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..29b110d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6376,9 +6376,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88d8a765117b237ef233705cc2cc4c6a27fccd46eea6ef0c8c6dae5f3ef407f8" +checksum = "001cf62ece89779fd16105b5f515ad0e5cedcd5440d3dd806bb067978e7c3608" dependencies = [ "bitvec", "cfg-if", @@ -6390,9 +6390,9 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdcd47b380d8c4541044e341dcd9475f55ba37ddc50c908d945fc036a8642496" +checksum = "303959cf613a6f6efd19ed4b4ad5bf79966a13352716299ad532cfb115f4205c" dependencies = [ "proc-macro-crate", "proc-macro2", diff --git a/meta/meta-runtime/Cargo.toml b/meta/meta-runtime/Cargo.toml index 76a63042..56977c16 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.3.1", 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" }