From 76ad154fda72671c3919c4b405ead70fb8385692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:33:01 +0000 Subject: [PATCH] deps(deps): update toml requirement from 0.8 to 1.1 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.0...toml-v1.1.2) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.2+spec-1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- control/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control/Cargo.toml b/control/Cargo.toml index 19175e4..f1f5e77 100644 --- a/control/Cargo.toml +++ b/control/Cargo.toml @@ -84,7 +84,7 @@ time = "0.3" # Required by rcgen for certificate validity dates # Integration test dependencies async-trait = "0.1" # For async trait methods reqwest = "0.12" # HTTP client for testing -toml = "0.8" # Config file parsing +toml = "1.1" # Config file parsing serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" chrono = "0.4"