diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 3990b0ffdb..dd9e744409 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -3324,9 +3324,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.10.0" +version = "2.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f7d66a1128282b7ef025a8ead62a4a9fcf017382ec53b8ffbf4d7bf77bd3c60" +checksum = "7c453e59a955f81fb62ee5d596b450383d699f152d350e9d23a0db2adb78e4c0" dependencies = [ "bitvec", "cfg-if", @@ -3338,9 +3338,9 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.10.0" +version = "2.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abf2c68b89cafb3b8d918dd07b42be0da66ff202cf1155c5739a4e0c1ea0dc19" +checksum = "18cf6c6447f813ef19eb450e985bcce6705f9ce7660db221b59093d15c79c4b7" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", diff --git a/rust/parser/Cargo.toml b/rust/parser/Cargo.toml index 84b76effef..f5352a0508 100644 --- a/rust/parser/Cargo.toml +++ b/rust/parser/Cargo.toml @@ -16,7 +16,7 @@ num-bigint = "0.4.4" parity-scale-codec = {version = "3.6.9", features = ["derive", "bit-vec"]} printing_balance = {path = "../printing_balance"} regex = "1.10.3" -scale-info = "2.10.0" +scale-info = "2.11.2" sp-arithmetic = {git = "https://github.com/paritytech/substrate"} sp-core = {git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"]} sp-runtime = {git = "https://github.com/paritytech/substrate", default-features = false}