From a59b231c97a5151da680e060b5f71b5c64e447d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 19:15:32 +0000 Subject: [PATCH] chore(deps): bump platforms from 1.1.0 to 3.0.1 Bumps [platforms](https://github.com/rustsec/rustsec) from 1.1.0 to 3.0.1. - [Release notes](https://github.com/rustsec/rustsec/releases) - [Commits](https://github.com/rustsec/rustsec/commits) --- updated-dependencies: - dependency-name: platforms dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++++++++--- bin/nodes/subzero/cli/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 13b165e70..3ecb0efc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5380,6 +5380,12 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" +[[package]] +name = "platforms" +version = "3.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8ec293fd25f7fcfeb7c70129241419a62c6200a26a725f680aff07c91d0ed05" + [[package]] name = "plotters" version = "0.3.0" @@ -8519,7 +8525,7 @@ dependencies = [ name = "substrate-build-script-utils" version = "3.0.0" dependencies = [ - "platforms", + "platforms 1.1.0", ] [[package]] @@ -8749,7 +8755,7 @@ dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "parking_lot 0.11.1", - "platforms", + "platforms 3.0.1", "rand 0.7.3", "regex", "sc-authority-discovery", @@ -10146,7 +10152,7 @@ dependencies = [ [[package]] name = "zero-runtime" -version = "1.48.0" +version = "1.50.0" dependencies = [ "frame-benchmarking", "frame-executive", diff --git a/bin/nodes/subzero/cli/Cargo.toml b/bin/nodes/subzero/cli/Cargo.toml index 3370a3df5..507f2ed2f 100644 --- a/bin/nodes/subzero/cli/Cargo.toml +++ b/bin/nodes/subzero/cli/Cargo.toml @@ -134,7 +134,7 @@ assert_cmd = "1.0" nix = "0.19" serde_json = "1.0" regex = "1" -platforms = "1.1" +platforms = "3.0" [build-dependencies] structopt = { version = "0.3.8", optional = true }