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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-12 07:05:24 +00:00 committed by GitHub
parent 6068bab872
commit 0f47dd3751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 4 deletions

11
Cargo.lock generated
View File

@ -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]]

View File

@ -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"