1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-07 22:35:25 +00:00

Merge pull request #39 from imjasonh/dependabot/cargo/toml-0.9

chore(deps): Update toml requirement from 0.8 to 0.9
This commit is contained in:
Jason Hall 2025-10-14 21:55:26 -04:00 committed by GitHub
commit cd1d52840c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ hyper-tls = "0.6"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
dirs = "6.0"
toml = "0.8"
toml = "0.9"
which = "8.0"
tempfile = "3.9"
base64 = "0.22"