From c0e426e7ae95869ee037b5e71dd3aba6df950478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 13:12:49 +0000 Subject: [PATCH] deps(deps): update toml requirement from ^0.8.19 to ^0.9.8 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.8.19...toml-v0.9.8) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9345f6f..00c6507 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ tracing-subscriber = { version = "^0.3.20", features = ["env-filter", "fmt", "js tracing-test = { version = "^0.2.5" } # 2025-11-03 sw: ensures span assertions match runtime wiring clap = { version = "^4.5.49", features = ["derive"] } # 2025-11-03 sw: CLI + xtask parsing, Tier1 review cargo_metadata = { version = "^0.18.1" } # 2025-11-03 sw: workspace graph inspection for xtask -toml = { version = "^0.8.19" } # 2025-11-03 sw: manifest parsing in xtask +toml = { version = "^0.9.8" } # 2025-11-03 sw: manifest parsing in xtask time = { version = "^0.3.36", features = ["macros", "formatting"] } # 2025-11-03 sw: ISO-8601 timestamps for drift reports semver = { version = "^1.0.27" } # 2025-11-03 sw: version range evaluation for drift detection