summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-03-23 07:19:10 +0000
committerGitHub <noreply@github.com>2024-03-23 07:19:10 +0000
commitc9542a3d8717d3389493948a79f56772e8eda40d (patch)
tree8ae39246ff6c03c7cedc3f8623f177c47b114f6c
parentd8ab405b60e0e47a92411df00b1c3eaacfe60c9c (diff)
build(deps): update rust crate which to 6.0.1
-rw-r--r--Cargo.lock13
-rw-r--r--Cargo.toml2
2 files changed, 10 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2a26e4a83..19fa5ae54 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3463,15 +3463,14 @@ checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
[[package]]
name = "which"
-version = "6.0.0"
+version = "6.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c"
+checksum = "8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7"
dependencies = [
"either",
"home",
- "once_cell",
"rustix 0.38.31",
- "windows-sys 0.52.0",
+ "winsafe",
]
[[package]]
@@ -3713,6 +3712,12 @@ dependencies = [
]
[[package]]
+name = "winsafe"
+version = "0.0.19"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
+
+[[package]]
name = "xdg-home"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index ea38de734..a8d562cb4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -86,7 +86,7 @@ unicode-segmentation = "1.11.0"
unicode-width = "0.1.11"
urlencoding = "2.1.3"
versions = "6.2.0"
-which = "6.0.0"
+which = "6.0.1"
yaml-rust = "0.4.5"
process_control = { version = "4.1.0", features = ["crossbeam-channel"] }