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

build(deps): update rust crate shadow-rs to 0.19.0

This commit is contained in:
renovate[bot] 2022-12-14 18:03:55 +00:00
parent e70b8148e9
commit 1f7d1e39c6
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -2656,9 +2656,9 @@ dependencies = [
[[package]]
name = "shadow-rs"
version = "0.18.0"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bf8e33626554dd9027d240a3b91d73be43054c0f9ef645cdf0483b6ebe822fa"
checksum = "6c401e795850edb4e9fdde5940f856364f0fbab573e8dea58f6ee5f85fcf471d"
dependencies = [
"const_format",
"is_debug",

View File

@ -73,7 +73,7 @@ semver = "1.0.14"
serde = { version = "1.0.150", features = ["derive"] }
serde_json = "1.0.89"
sha1 = "0.10.5"
shadow-rs = { version = "0.18.0", default-features = false }
shadow-rs = { version = "0.19.0", default-features = false }
# battery is optional (on by default) because the crate doesn't currently build for Termux
# see: https://github.com/svartalf/rust-battery/issues/33
starship-battery = { version = "0.7.9", optional = true }
@ -117,7 +117,7 @@ features = [
nix = { version = "0.26.1", default-features = false, features = ["feature", "fs", "user"] }
[build-dependencies]
shadow-rs = { version = "0.18.0", default-features = false }
shadow-rs = { version = "0.19.0", default-features = false }
dunce = "1.0.3"
[target.'cfg(windows)'.build-dependencies]