mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
build(deps): update rust crate shadow-rs to 1.2.1
This commit is contained in:
Generated
+2
-2
@@ -3160,9 +3160,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "shadow-rs"
|
name = "shadow-rs"
|
||||||
version = "1.2.0"
|
version = "1.2.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3f6fd27df794ced2ef39872879c93a9f87c012607318af8621cd56d2c3a8b3a2"
|
checksum = "5f0b6af233ae5461c3c6b30db79190ec5fbbef048ebbd5f2cbb3043464168e00"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"const_format",
|
"const_format",
|
||||||
"is_debug",
|
"is_debug",
|
||||||
|
|||||||
+2
-2
@@ -68,7 +68,7 @@ semver = "1.0.26"
|
|||||||
serde = { version = "1.0.219", features = ["derive"] }
|
serde = { version = "1.0.219", features = ["derive"] }
|
||||||
serde_json = "1.0.142"
|
serde_json = "1.0.142"
|
||||||
sha1 = "0.10.6"
|
sha1 = "0.10.6"
|
||||||
shadow-rs = { version = "1.2.0", default-features = false, features = ["build"] }
|
shadow-rs = { version = "1.2.1", default-features = false, features = ["build"] }
|
||||||
# battery is optional (on by default) because the crate doesn't currently build for Termux
|
# battery is optional (on by default) because the crate doesn't currently build for Termux
|
||||||
# see: https://github.com/svartalf/rust-battery/issues/33
|
# see: https://github.com/svartalf/rust-battery/issues/33
|
||||||
starship-battery = { version = "0.10.2", optional = true }
|
starship-battery = { version = "0.10.2", optional = true }
|
||||||
@@ -111,7 +111,7 @@ features = [
|
|||||||
nix = { version = "0.30.1", default-features = false, features = ["feature", "fs", "user"] }
|
nix = { version = "0.30.1", default-features = false, features = ["feature", "fs", "user"] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
shadow-rs = { version = "1.2.0", default-features = false, features = ["build"] }
|
shadow-rs = { version = "1.2.1", default-features = false, features = ["build"] }
|
||||||
dunce = "1.0.5"
|
dunce = "1.0.5"
|
||||||
|
|
||||||
[target.'cfg(windows)'.build-dependencies]
|
[target.'cfg(windows)'.build-dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user