summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-11-24 22:30:56 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-11-25 01:05:13 +0000
commitc221c43caae93d3b420cecc8a3a5cb3be8c4dd67 (patch)
tree55c1bb45a8806afb895259ec009a9bcc4844328d
parent1b63d20fb6471afbf5c9a1537dd54a0535b7074d (diff)
build(deps): update rust crate shadow-rs to 0.18.0
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml4
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 43a7257f1..b7f7a7077 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2694,9 +2694,9 @@ dependencies = [
[[package]]
name = "shadow-rs"
-version = "0.17.1"
+version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f679e51942d1dbd5a7ebfb442d30855fa951152512176bb21f5f55ed0fd2f53b"
+checksum = "8bf8e33626554dd9027d240a3b91d73be43054c0f9ef645cdf0483b6ebe822fa"
dependencies = [
"const_format",
"is_debug",
diff --git a/Cargo.toml b/Cargo.toml
index 16a910dfa..93a931128 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -74,7 +74,7 @@ semver = "1.0.14"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.89"
sha-1 = "0.10.0"
-shadow-rs = { version = "0.17.1", default-features = false }
+shadow-rs = { version = "0.18.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 }
@@ -118,7 +118,7 @@ features = [
nix = { version = "0.25.0", default-features = false, features = ["feature", "fs", "user"] }
[build-dependencies]
-shadow-rs = { version = "0.17.1", default-features = false }
+shadow-rs = { version = "0.18.0", default-features = false }
dunce = "1.0.3"
[target.'cfg(windows)'.build-dependencies]