From 6b46e916c7ee50f56da5d1e6768db8913bd5cf6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 13:07:09 +0000 Subject: [PATCH] Bump platforms from 2.0.0 to 3.0.0 Bumps [platforms](https://github.com/rustsec/rustsec) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/rustsec/rustsec/releases) - [Commits](https://github.com/rustsec/rustsec/compare/platforms/v2.0.0...platforms/v3.0.0) --- updated-dependencies: - dependency-name: platforms dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3acdf7ac..6bdc227b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,7 +497,7 @@ dependencies = [ "pallet-contracts-primitives", "parity-scale-codec", "parity-wasm", - "platforms 2.0.0", + "platforms 3.0.0", "predicates", "pretty_assertions", "regex", @@ -2313,9 +2313,9 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "platforms" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94" +checksum = "86d1db500905601725f5c3629a5815a2ce7611fe063de279964b451f3edb3532" [[package]] name = "polling" diff --git a/Cargo.toml b/Cargo.toml index d5e6e956..b0cbd485 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ anyhow = "1.0.57" zip = { version = "0.6.2", default-features = false } walkdir = "2.3.2" substrate-build-script-utils = "3.0.0" -platforms = "2.0.0" +platforms = "3.0.0" which = "4.2.5" regex = "1.5.5" -- GitLab