diff --git a/Cargo.lock b/Cargo.lock index b723d5a0b5..8b8fde57ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -518,9 +518,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.69" +version = "0.1.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b2d0f03b3640e3a630367e40c468cb7f309529c708ed1d88597047b0e7c6ef7" +checksum = "a564d521dd56509c4c47480d00b80ee55f7e385ae48db5744c67ad50c92d2ebf" dependencies = [ "proc-macro2", "quote", @@ -6641,9 +6641,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.63" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" +checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" dependencies = [ "unicode-ident", ] @@ -6807,9 +6807,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.28" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" +checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0" dependencies = [ "proc-macro2", ] @@ -10776,7 +10776,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.7.3", + "rand 0.8.5", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 45ff421694..09e4b1db1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -172,6 +172,6 @@ rstest = "0.17.0" pretty_assertions = "1.4.0" linked-hash-map = { version = "0.5.6", default-features = false } parking_lot = "0.12.1" -async-trait = "0.1.69" +async-trait = "0.1.71" indexmap = { git = "https://github.com/bluss/indexmap", rev = "ca5f848e10c31e80aeaad0720d14aa2f6dd6cfb1", default-features = false } num-traits = "0.2.8" diff --git a/crates/primitives/starknet/Cargo.toml b/crates/primitives/starknet/Cargo.toml index 7a4ee24d15..e3020d2a6a 100644 --- a/crates/primitives/starknet/Cargo.toml +++ b/crates/primitives/starknet/Cargo.toml @@ -12,7 +12,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] # Substrate -async-trait = { version = "0.1.69", optional = true } +async-trait = { version = "0.1.71", optional = true } frame-support = { workspace = true } sp-core = { workspace = true } sp-inherents = { workspace = true }