summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-02-16 04:04:46 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-02-16 07:34:58 +0000
commit5620bbf6a55438a4b6551f64c9df39cbbe1a172d (patch)
tree824c8123f6e13445468eb3e848bb764d7d863de7
parent22efbff2abe2eba1a74ae3a005924919d609bb7e (diff)
build(deps): update rust crate shadow-rs to 0.20.1
-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 e94951dbf..706d28fd1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2712,9 +2712,9 @@ dependencies = [
[[package]]
name = "shadow-rs"
-version = "0.20.0"
+version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8da90bd2a722461267a2c5d20b2c6de76dba087348e60484fd6c3fbb48b766d6"
+checksum = "0942b9991e2cfab3d5059e508d517c66bc460b302a2a8187a90d0aae4f08531d"
dependencies = [
"const_format",
"is_debug",
diff --git a/Cargo.toml b/Cargo.toml
index 35388d7e8..d59f02704 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -73,7 +73,7 @@ semver = "1.0.16"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
sha1 = "0.10.5"
-shadow-rs = { version = "0.20.0", default-features = false }
+shadow-rs = { version = "0.20.1", 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.2", default-features = false, features = ["feature", "fs", "user"] }
[build-dependencies]
-shadow-rs = { version = "0.20.0", default-features = false }
+shadow-rs = { version = "0.20.1", default-features = false }
dunce = "1.0.3"
[target.'cfg(windows)'.build-dependencies]