1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-01-15 19:26:50 +00:00

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

This commit is contained in:
renovate[bot] 2024-12-13 17:05:02 +00:00 committed by GitHub
parent d510240c18
commit dbcabdc160
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -1767,9 +1767,9 @@ dependencies = [
[[package]]
name = "is_debug"
version = "1.0.1"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06d198e9919d9822d5f7083ba8530e04de87841eaf21ead9af8f2304efd57c89"
checksum = "e8ea828c9d6638a5bd3d8b14e37502b4d56cae910ccf8a5b7f51c7a0eb1d0508"
[[package]]
name = "is_terminal_polyfill"
@ -2818,9 +2818,9 @@ dependencies = [
[[package]]
name = "shadow-rs"
version = "0.36.0"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58cfcd0643497a9f780502063aecbcc4a3212cbe4948fd25ee8fd179c2cf9a18"
checksum = "cd2f59f8b166e94269530e0f47323c8b2a5b2d82ef90363cc7ce1e517e063f78"
dependencies = [
"const_format",
"is_debug",

View File

@ -72,7 +72,7 @@ semver = "1.0.24"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
sha1 = "0.10.6"
shadow-rs = { version = "0.36.0", default-features = false }
shadow-rs = { version = "0.36.1", 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.10.0", optional = true }
@ -115,7 +115,7 @@ features = [
nix = { version = "0.29.0", default-features = false, features = ["feature", "fs", "user"] }
[build-dependencies]
shadow-rs = { version = "0.36.0", default-features = false }
shadow-rs = { version = "0.36.1", default-features = false }
dunce = "1.0.5"
[target.'cfg(windows)'.build-dependencies]