summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-12-14 18:03:55 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-12-14 20:33:06 +0000
commit1f7d1e39c6b298ec6d309b894a4ad740f6021ce1 (patch)
treefecb08b7c5b54a092463ca8e869a4195c9d837ff
parente70b8148e928ed3c43620971e2372a48980d3fd6 (diff)
build(deps): update rust crate shadow-rs to 0.19.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 7e8f766f1..1bd12c06f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2656,9 +2656,9 @@ dependencies = [
[[package]]
name = "shadow-rs"
-version = "0.18.0"
+version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8bf8e33626554dd9027d240a3b91d73be43054c0f9ef645cdf0483b6ebe822fa"
+checksum = "6c401e795850edb4e9fdde5940f856364f0fbab573e8dea58f6ee5f85fcf471d"
dependencies = [
"const_format",
"is_debug",
diff --git a/Cargo.toml b/Cargo.toml
index 61168d9d2..b7ec6870b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -73,7 +73,7 @@ semver = "1.0.14"
serde = { version = "1.0.150", features = ["derive"] }
serde_json = "1.0.89"
sha1 = "0.10.5"
-shadow-rs = { version = "0.18.0", default-features = false }
+shadow-rs = { version = "0.19.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 }
@@ -117,7 +117,7 @@ features = [
nix = { version = "0.26.1", default-features = false, features = ["feature", "fs", "user"] }
[build-dependencies]
-shadow-rs = { version = "0.18.0", default-features = false }
+shadow-rs = { version = "0.19.0", default-features = false }
dunce = "1.0.3"
[target.'cfg(windows)'.build-dependencies]