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:
parent
5ff08708c5
commit
b2c48358c3
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue