Update which requirement from 7.0.3 to 8.0.0 in the cargo group (#157)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-06-13 11:50:26 -05:00 committed by GitHub
parent c1466c838d
commit fae9b30eb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ tokio = { version = "1.45.0", features = ["full"] }
toml = "0.8.22"
tower-lsp-server = { version = "0.21.1", features = ["proposed"] }
thiserror = "2.0.12"
which = "7.0.3"
which = "8.0.0"
[workspace.lints.clippy]
pedantic = { level = "warn", priority = -1 }