1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-07 02:50:47 +00:00

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-10-26 08:05:31 +01:00 committed by GitHub
parent 5ff08708c5
commit b2c48358c3
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

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

View File

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