From bbef08f5823860ee6af0d9bfc067e3702032ea01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Oct 2022 16:25:39 +0000 Subject: [PATCH] build(deps): update rust crate shadow-rs to 0.17.0 --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db71a4ca7..583054414 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2639,9 +2639,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.16.3" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c0ea0c68418544f725eba5401a5b965a2263254c92458d04aeae74e9d88ff4e" +checksum = "a645481cceb2b3975778f76c3c5e83af919e27b22dfc93d14f697a68d1210217" dependencies = [ "const_format", "is_debug", diff --git a/Cargo.toml b/Cargo.toml index 25202824c..c78f80413 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ semver = "1.0.14" serde = { version = "1.0.145", features = ["derive"] } serde_json = "1.0.86" sha-1 = "0.10.0" -shadow-rs = { version = "0.16.3", default-features = false } +shadow-rs = { version = "0.17.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.25.0", default-features = false, features = ["feature", "fs", "user"] } [build-dependencies] -shadow-rs = { version = "0.16.3", default-features = false } +shadow-rs = { version = "0.17.0", default-features = false } dunce = "1.0.3" [target.'cfg(windows)'.build-dependencies]