From 0f47dd3751fd0cbc52618bcb068352a90644268a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 07:05:24 +0000 Subject: [PATCH] build: bump shadow-rs from 0.7.2 to 0.8.0 (#3230) Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.7.2 to 0.8.0. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/0.7.2...0.8.0) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 11 +++++++++-- Cargo.toml | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3bf7a28c..3ed717dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -768,6 +768,12 @@ dependencies = [ "cfg-if 1.0.0", ] +[[package]] +name = "is_debug" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06d198e9919d9822d5f7083ba8530e04de87841eaf21ead9af8f2304efd57c89" + [[package]] name = "itertools" version = "0.10.1" @@ -1672,12 +1678,13 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.7.2" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7900a3c58381cac8ec6f4f4a44bec7c4e6d221c19851034d7251ec185afbb32" +checksum = "790bb44e86d1699729a2868a829b9cf0f9ff09d5ba30544143db5372b6bc7565" dependencies = [ "chrono", "git2", + "is_debug", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f2fca67d..4df815c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ indexmap = { version ="1.7.0", features = ["serde"] } notify-rust = { version = "4.5.5", optional = true } semver = "1.0.4" which = "4.2.2" -shadow-rs = "0.7.2" +shadow-rs = "0.8.0" 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.2" +shadow-rs = "0.8.0" [dev-dependencies] tempfile = "3.2.0"