From 945a37dacb0e95b9f2d5459f51824bbb16d4d0c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 00:18:56 +0000 Subject: [PATCH] bump(deps): update rust crate scale-info to 2.5.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..b88ffbe6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6376,9 +6376,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.3.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88d8a765117b237ef233705cc2cc4c6a27fccd46eea6ef0c8c6dae5f3ef407f8" +checksum = "0cfdffd972d76b22f3d7f81c8be34b2296afd3a25e0a547bd9abe340a4dbbe97" dependencies = [ "bitvec", "cfg-if", @@ -6390,9 +6390,9 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.3.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdcd47b380d8c4541044e341dcd9475f55ba37ddc50c908d945fc036a8642496" +checksum = "61fa974aea2d63dd18a4ec3a49d59af9f34178c73a4f56d2f18205628d00681e" dependencies = [ "proc-macro-crate", "proc-macro2", diff --git a/meta/meta-runtime/Cargo.toml b/meta/meta-runtime/Cargo.toml index 76a63042..1ee58163 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.5.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" }