diff --git a/Cargo.lock b/Cargo.lock index c8b39a19f..44a68b098 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2939,9 +2939,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "974eb8222c62a8588bc0f02794dd1ba5b60b3ec88b58e050729d0907ed6af610" +checksum = "69d433b5df1e1958a668457ebe4a9c5b7bcfe844f4eb2276ac43cf273baddd54" dependencies = [ "const_format", "is_debug", diff --git a/Cargo.toml b/Cargo.toml index 9c53b5130..cc41dba58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ semver = "1.0.25" serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.137" sha1 = "0.10.6" -shadow-rs = { version = "0.37.0", default-features = false } +shadow-rs = { version = "0.38.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.10.0", optional = true } @@ -117,7 +117,7 @@ features = [ nix = { version = "0.29.0", default-features = false, features = ["feature", "fs", "user"] } [build-dependencies] -shadow-rs = { version = "0.37.0", default-features = false } +shadow-rs = { version = "0.38.0", default-features = false } dunce = "1.0.5" [target.'cfg(windows)'.build-dependencies]