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

This commit is contained in:
renovate[bot]
2025-08-28 21:42:15 +00:00
committed by GitHub
parent 54d99d2565
commit d3e9ede789
2 changed files with 4 additions and 4 deletions
Generated
+2 -2
View File
@@ -3161,9 +3161,9 @@ dependencies = [
[[package]] [[package]]
name = "shadow-rs" name = "shadow-rs"
version = "1.2.1" version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f0b6af233ae5461c3c6b30db79190ec5fbbef048ebbd5f2cbb3043464168e00" checksum = "b8aa5c0570cd9654158bd39f0f8caba24edbc058313946e89f4648b1de1ecf49"
dependencies = [ dependencies = [
"const_format", "const_format",
"is_debug", "is_debug",
+2 -2
View File
@@ -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.143" serde_json = "1.0.143"
sha1 = "0.10.6" sha1 = "0.10.6"
shadow-rs = { version = "1.2.1", default-features = false, features = ["build"] } shadow-rs = { version = "1.3.0", 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.1", default-features = false, features = ["build"] } shadow-rs = { version = "1.3.0", default-features = false, features = ["build"] }
dunce = "1.0.5" dunce = "1.0.5"
[target.'cfg(windows)'.build-dependencies] [target.'cfg(windows)'.build-dependencies]