From b7e32e3927884a573ec6e7f30fd5a1ff2d3d2d8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Nov 2021 13:05:25 +0000 Subject: [PATCH] Bump platforms from 1.1.0 to 2.0.0 Bumps [platforms](https://github.com/rustsec/rustsec) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/rustsec/rustsec/releases) - [Commits](https://github.com/rustsec/rustsec/commits/platforms/v2.0.0) --- updated-dependencies: - dependency-name: platforms dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6f9a18d..93532b79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,7 +505,7 @@ dependencies = [ "log", "parity-scale-codec 2.1.1", "parity-wasm 0.42.2", - "platforms", + "platforms 2.0.0", "pretty_assertions", "regex", "rustc_version", @@ -2234,6 +2234,12 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" +[[package]] +name = "platforms" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94" + [[package]] name = "polling" version = "2.0.3" @@ -3409,7 +3415,7 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd540ba72520174c2c73ce96bf507eeba3cc8a481f58be92525b69110e1fa645" dependencies = [ - "platforms", + "platforms 1.1.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index ea0c5931..b8609f69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ anyhow = "1.0.45" zip = { version = "0.5.13", default-features = false } walkdir = "2.3.2" substrate-build-script-utils = "3.0.0" -platforms = "1.1" +platforms = "2.0" [dev-dependencies] assert_matches = "1.5.0" -- GitLab