build(deps): update toml requirement from 0.5.8 to 1.0.6 in /src/libs

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.5.10...toml-v1.0.6)

---
updated-dependencies:
- dependency-name: toml
  dependency-version: 1.0.6+spec-1.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-30 10:09:03 +00:00
committed by GitHub
parent a0e99a86cf
commit 94dac63218

View File

@@ -24,7 +24,7 @@ slog = "2.5.2"
slog-scope = "4.4.0"
serde_json = "1.0.73"
thiserror = "1.0"
toml = "0.5.8"
toml = "1.0.7"
serde-enum-str = "0.4"
sysinfo = "0.34.2"
sha2 = "0.10.8"