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

chore(deps): Update toml requirement from 0.8 to 0.9

Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.0...toml-v0.9.7)

---
updated-dependencies:
- dependency-name: toml
  dependency-version: 0.9.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-22 08:53:55 +00:00 committed by GitHub
parent 764db94aef
commit c368ddff1c
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 = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] }
dirs = "6.0" dirs = "6.0"
toml = "0.8" toml = "0.9"
which = "8.0" which = "8.0"
tempfile = "3.9" tempfile = "3.9"
base64 = "0.22" base64 = "0.22"