mirror of
https://github.com/starship/starship.git
synced 2024-11-21 15:53:38 +01:00
build(deps): update rust crate shadow-rs to 0.36.0
This commit is contained in:
parent
e14b3b100a
commit
b4bec448df
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2671,9 +2671,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "shadow-rs"
|
||||
version = "0.35.2"
|
||||
version = "0.36.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f1b2328fb3ec0d5302f95915e7e77cfc2ff943714d9970bc4b66e9eacf318687"
|
||||
checksum = "58cfcd0643497a9f780502063aecbcc4a3212cbe4948fd25ee8fd179c2cf9a18"
|
||||
dependencies = [
|
||||
"const_format",
|
||||
"is_debug",
|
||||
|
@ -72,7 +72,7 @@ semver = "1.0.23"
|
||||
serde = { version = "1.0.215", features = ["derive"] }
|
||||
serde_json = "1.0.132"
|
||||
sha1 = "0.10.6"
|
||||
shadow-rs = { version = "0.35.2", default-features = false }
|
||||
shadow-rs = { version = "0.36.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.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.35.2", default-features = false }
|
||||
shadow-rs = { version = "0.36.0", default-features = false }
|
||||
dunce = "1.0.5"
|
||||
|
||||
[target.'cfg(windows)'.build-dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user