build(deps): bump toml in /src/tools/agent-ctl

Bumps [toml](https://github.com/toml-rs/toml) from 0.5.11 to 1.1.2+spec-1.1.0.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.5.11...toml-v1.1.2)

---
updated-dependencies:
- dependency-name: toml
  dependency-version: 1.1.2+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-01 11:46:04 +00:00
committed by GitHub
parent 62b847fd6c
commit 9995e1ba37
2 changed files with 2 additions and 2 deletions

View File

@@ -190,7 +190,7 @@ tempfile = "3.19.1"
thiserror = "1.0.26"
tokio = "1.46.1"
tokio-vsock = "0.3.4"
toml = "0.5.8"
toml = "1.1.2"
tracing = "0.1.44"
tracing-opentelemetry = "0.18.0"
tracing-subscriber = "0.3.20"

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.1.2"
serde-enum-str = "0.5"
sysinfo = "0.34.2"
sha2 = "0.10.8"