From 25244bb3f646c7d8f3544e3274bd3c6455de67da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 08:08:42 +0000 Subject: [PATCH] Bump rustc_version from 0.3.2 to 0.3.3 Bumps [rustc_version](https://github.com/Kimundi/rustc-version-rs) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/Kimundi/rustc-version-rs/releases) - [Commits](https://github.com/Kimundi/rustc-version-rs/compare/v0.3.2...v0.3.3) 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 7189b1a2..af101a83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,7 +554,7 @@ dependencies = [ "parity-wasm 0.42.1", "pretty_assertions", "pwasm-utils", - "rustc_version 0.3.2", + "rustc_version 0.3.3", "semver 0.11.0", "serde", "serde_json", @@ -3180,9 +3180,9 @@ dependencies = [ [[package]] name = "rustc_version" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "397d411cfc34097bdb176984180f7d9980eb161aaf1368ceea96c9834d8f8b85" +checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" dependencies = [ "semver 0.11.0", ] diff --git a/Cargo.toml b/Cargo.toml index d58978b9..3075c322 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ codec = { package = "parity-scale-codec", version = "1.3.5" } which = "4.0.2" colored = "2.0.0" toml = "0.5.8" -rustc_version = "0.3.2" +rustc_version = "0.3.3" blake2 = "0.9.1" contract-metadata = { version = "0.2.0", path = "./metadata" } semver = { version = "0.11.0", features = ["serde"] } -- GitLab