build: bump shadow-rs from 0.6.12 to 0.7.1 (#2999)

Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.6.12 to 0.7.1.
- [Release notes](https://github.com/baoyachi/shadow-rs/releases)
- [Commits](https://github.com/baoyachi/shadow-rs/compare/0.6.12...0.7.1)

---
updated-dependencies:
- dependency-name: shadow-rs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-08-23 18:47:21 +02:00 committed by GitHub
parent 2e9223dd8c
commit 370cf92d79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -1660,9 +1660,9 @@ dependencies = [
[[package]]
name = "shadow-rs"
version = "0.6.12"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e38b2f0aa94b0fa19fe2098feae5c4002d554a0299f4d99912a0cf1b4bb73043"
checksum = "3ca10942770d8f21d47e4c4a270bdb9d20a9cb723aa6b672a14cba9f49920fad"
dependencies = [
"chrono",
"git2",

View file

@ -66,7 +66,7 @@ indexmap = { version ="1.7.0", features = ["serde"] }
notify-rust = { version = "4.5.1", optional = true }
semver = "1.0.4"
which = "4.2.2"
shadow-rs = "0.6.12"
shadow-rs = "0.7.1"
versions = "3.0.2"
strsim = "0.10.0"
@ -90,7 +90,7 @@ winapi = { version = "0.3.9", features = [
nix = "0.22.1"
[build-dependencies]
shadow-rs = "0.6.12"
shadow-rs = "0.7.1"
[dev-dependencies]
tempfile = "3.2.0"