summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
parentd8ab405b60e0e47a92411df00b1c3eaacfe60c9c (diff)
build(deps): update rust crate which to 6.0.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }