chore(cargo): bump toml from 0.9.11+spec-1.1.0 to 1.0.6+spec-1.1.0

Bumps [toml](https://github.com/toml-rs/toml) from 0.9.11+spec-1.1.0 to 1.0.6+spec-1.1.0.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.11...toml-v1.0.6)

---
updated-dependencies:
- dependency-name: toml
  dependency-version: 1.0.6+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...
This commit is contained in:
dependabot[bot]
2026-04-02 02:22:32 +00:00
committed by iequidoo
parent 28cce5e31d
commit 7ac23be980
2 changed files with 36 additions and 9 deletions

View File

@@ -106,7 +106,7 @@ tokio-stream = { version = "0.1.17", features = ["fs"] }
astral-tokio-tar = { version = "0.6", default-features = false }
tokio-util = { workspace = true }
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] }
toml = "0.9"
toml = "1"
tracing = "0.1.41"
url = "2"
uuid = { version = "1", features = ["serde", "v4"] }