chore(deps): bump toml from 0.9.1 to 0.9.2

Bumps [toml](https://github.com/toml-rs/toml) from 0.9.1 to 0.9.2.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.1...toml-v0.9.2)

---
updated-dependencies:
- dependency-name: toml
  dependency-version: 0.9.2
  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-07-11 22:32:16 +00:00 committed by GitHub
commit 9b53295642
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

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