chore(deps): bump toml from 0.9.5 to 0.9.6

Bumps [toml](https://github.com/toml-rs/toml) from 0.9.5 to 0.9.6.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.5...toml-v0.9.6)

---
updated-dependencies:
- dependency-name: toml
  dependency-version: 0.9.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-15 22:04:41 +00:00 committed by GitHub
commit 4fb7b60a30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 14 deletions

View file

@ -59,7 +59,7 @@ futures-util = { version = "0.3.31", default-features = false }
# config
clap = { version = "4.5.47", features = ["std", "cargo", "wrap_help"] }
toml = { version = "0.9.5", default-features = false, features = [
toml = { version = "0.9.6", default-features = false, features = [
"parse",
"serde",
] }