Bump toml from 0.9.7 to 0.9.8 in the cargo-updates group

Bumps the cargo-updates group with 1 update: [toml](https://github.com/toml-rs/toml).


Updates `toml` from 0.9.7 to 0.9.8
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.7...toml-v0.9.8)

---
updated-dependencies:
- dependency-name: toml
  dependency-version: 0.9.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-20 07:29:29 +00:00
committed by GitHub
parent 4cd27a5010
commit f0427faab2
2 changed files with 11 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ edition = "2024"
[dependencies]
anyhow = "1.0.100"
toml = "0.9.7"
toml = "0.9.8"
log = "0.4.28"
[dependencies.image]