Update which requirement from 4.4 to 6.0 (#2172)

Updates the requirements on [which](https://github.com/harryfei/which-rs) to permit the latest version.
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/harryfei/which-rs/compare/4.4.0...6.0.1)

---
updated-dependencies:
- dependency-name: which
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dominik Maier <domenukk@gmail.com>
This commit is contained in:
dependabot[bot] 2024-05-13 20:59:36 +02:00 committed by GitHub
parent 667ce328fc
commit 5662105e75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ categories = ["development-tools::testing", "emulators", "embedded", "os", "no-s
[build-dependencies] [build-dependencies]
cc = { version = "1.0", features = ["parallel"] } cc = { version = "1.0", features = ["parallel"] }
which = "4.4" which = "6.0"
[target.'cfg(target_vendor = "apple")'.build-dependencies] [target.'cfg(target_vendor = "apple")'.build-dependencies]
glob = "0.3" glob = "0.3"

View File

@ -24,6 +24,6 @@ build = ["which", "cmake"]
clone = ["which"] clone = ["which"]
[dependencies] [dependencies]
which = { version = "4.4", optional = true } which = { version = "6.0", optional = true }
cmake = { version = "0.1", optional = true } cmake = { version = "0.1", optional = true }
log = "0.4.20" log = "0.4.20"

View File

@ -32,5 +32,5 @@ libafl_bolts = { path = "../../libafl_bolts", version = "0.12.0", default-featur
cmake = "0.1" cmake = "0.1"
bindgen = "0.69.4" bindgen = "0.69.4"
regex = "1" regex = "1"
which = "4.4" which = "6.0"
symcc_libafl = { path = "../symcc_libafl", version = "0.12.0" } symcc_libafl = { path = "../symcc_libafl", version = "0.12.0" }