mirror of
https://github.com/starship/starship.git
synced 2024-11-22 16:23:17 +01:00
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:
parent
6068bab872
commit
0f47dd3751
11
Cargo.lock
generated
11
Cargo.lock
generated
@ -768,6 +768,12 @@ dependencies = [
|
|||||||
"cfg-if 1.0.0",
|
"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]]
|
[[package]]
|
||||||
name = "itertools"
|
name = "itertools"
|
||||||
version = "0.10.1"
|
version = "0.10.1"
|
||||||
@ -1672,12 +1678,13 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "shadow-rs"
|
name = "shadow-rs"
|
||||||
version = "0.7.2"
|
version = "0.8.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f7900a3c58381cac8ec6f4f4a44bec7c4e6d221c19851034d7251ec185afbb32"
|
checksum = "790bb44e86d1699729a2868a829b9cf0f9ff09d5ba30544143db5372b6bc7565"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"git2",
|
"git2",
|
||||||
|
"is_debug",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -66,7 +66,7 @@ indexmap = { version ="1.7.0", features = ["serde"] }
|
|||||||
notify-rust = { version = "4.5.5", optional = true }
|
notify-rust = { version = "4.5.5", optional = true }
|
||||||
semver = "1.0.4"
|
semver = "1.0.4"
|
||||||
which = "4.2.2"
|
which = "4.2.2"
|
||||||
shadow-rs = "0.7.2"
|
shadow-rs = "0.8.0"
|
||||||
versions = "3.0.3"
|
versions = "3.0.3"
|
||||||
strsim = "0.10.0"
|
strsim = "0.10.0"
|
||||||
sha-1 = "0.9.8"
|
sha-1 = "0.9.8"
|
||||||
@ -92,7 +92,7 @@ winapi = { version = "0.3.9", features = [
|
|||||||
nix = "0.23.0"
|
nix = "0.23.0"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
shadow-rs = "0.7.2"
|
shadow-rs = "0.8.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = "3.2.0"
|
tempfile = "3.2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user