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

Merge pull request #8 from imjasonh/dependabot/cargo/dirs-6.0

This commit is contained in:
Jason Hall 2025-06-08 01:10:20 -04:00 committed by GitHub
commit 4522e79c81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ flate2 = "1.0"
oci-distribution = "0.11"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
dirs = "5.0"
dirs = "6.0"
toml = "0.8"
which = "8.0"
tempfile = "3.9"