diff --git a/Cargo.lock b/Cargo.lock index 74678861fcf01..bc7ffc0305bbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8803,9 +8803,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" +checksum = "dc31bd9b61a32c31f9650d18add92aa83a49ba979c143eefd27fe7177b05bd5f" [[package]] name = "rusty-fork" diff --git a/frame/support/test/Cargo.toml b/frame/support/test/Cargo.toml index 555d84f5072bd..d9b5fa88e64a8 100644 --- a/frame/support/test/Cargo.toml +++ b/frame/support/test/Cargo.toml @@ -28,7 +28,7 @@ sp-std = { version = "8.0.0", default-features = false, path = "../../../primiti sp-version = { version = "22.0.0", default-features = false, path = "../../../primitives/version" } trybuild = { version = "1.0.74", features = [ "diff" ] } pretty_assertions = "1.3.0" -rustversion = "1.0.6" +rustversion = "1.0.13" frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } frame-executive = { version = "4.0.0-dev", default-features = false, path = "../../executive" } # The "std" feature for this pallet is never activated on purpose, in order to test construct_runtime error message diff --git a/primitives/api/test/Cargo.toml b/primitives/api/test/Cargo.toml index 376375bcc1137..c814868f73baa 100644 --- a/primitives/api/test/Cargo.toml +++ b/primitives/api/test/Cargo.toml @@ -22,7 +22,7 @@ sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-build codec = { package = "parity-scale-codec", version = "3.2.2" } sp-state-machine = { version = "0.28.0", path = "../../state-machine" } trybuild = "1.0.74" -rustversion = "1.0.6" +rustversion = "1.0.13" scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } [dev-dependencies] diff --git a/primitives/io/Cargo.toml b/primitives/io/Cargo.toml index 9491f8a179f4d..0217c101dbbdc 100644 --- a/primitives/io/Cargo.toml +++ b/primitives/io/Cargo.toml @@ -39,7 +39,7 @@ ed25519-dalek = { version = "1.0.1", default-features = false, optional = true } ed25519 = { version = "1.5.2", optional = true } [build-dependencies] -rustversion = "1.0.6" +rustversion = "1.0.13" [features] default = ["std"] diff --git a/primitives/runtime-interface/Cargo.toml b/primitives/runtime-interface/Cargo.toml index 0cf18374e5829..ee4e1903754c6 100644 --- a/primitives/runtime-interface/Cargo.toml +++ b/primitives/runtime-interface/Cargo.toml @@ -31,7 +31,7 @@ sp-runtime-interface-test-wasm = { version = "2.0.0", path = "test-wasm" } sp-state-machine = { version = "0.28.0", path = "../state-machine" } sp-core = { version = "21.0.0", path = "../core" } sp-io = { version = "23.0.0", path = "../io" } -rustversion = "1.0.6" +rustversion = "1.0.13" trybuild = "1.0.74" [features]