1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 06:45:32 +00:00

Merge pull request #9 from imjasonh/dependabot/cargo/which-8.0

This commit is contained in:
Jason Hall 2025-06-08 01:09:32 -04:00 committed by GitHub
commit 478ea3b83f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
dirs = "5.0"
toml = "0.8"
which = "6.0"
which = "8.0"
tempfile = "3.9"
[dev-dependencies]