From 4ba3c41c53868edada8d2694ce82b42d87013d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 23:35:53 +0000 Subject: [PATCH] deps(deps): update toml requirement from ^0.8.19 to ^0.9.10 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.10) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.10+spec-1.1.0 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 9e73a5d..a94a173 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,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.10" } # 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