From b2c48358c33b570c00107dfaad5fe637f9d78758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 08:05:31 +0100 Subject: [PATCH] build: bump shadow-rs from 0.7.1 to 0.7.2 (#3181) Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/0.7.1...0.7.2) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 892ab08d..01857fbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1707,9 +1707,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ca10942770d8f21d47e4c4a270bdb9d20a9cb723aa6b672a14cba9f49920fad" +checksum = "f7900a3c58381cac8ec6f4f4a44bec7c4e6d221c19851034d7251ec185afbb32" dependencies = [ "chrono", "git2", diff --git a/Cargo.toml b/Cargo.toml index 5c335c31..6fb2e601 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ indexmap = { version ="1.7.0", features = ["serde"] } notify-rust = { version = "4.5.4", optional = true } semver = "1.0.4" which = "4.2.2" -shadow-rs = "0.7.1" +shadow-rs = "0.7.2" versions = "3.0.3" strsim = "0.10.0" sha-1 = "0.9.8" @@ -92,7 +92,7 @@ winapi = { version = "0.3.9", features = [ nix = "0.23.0" [build-dependencies] -shadow-rs = "0.7.1" +shadow-rs = "0.7.2" [dev-dependencies] tempfile = "3.2.0"