From a941aeab9cabd1622446b5dc61b6d22d52d716d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 11:09:28 +0000 Subject: [PATCH] Update toml requirement from 0.9 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.9.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] --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index fa58d1d..fbd9238 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -18,7 +18,7 @@ struct-patch-derive = { version = "=0.12.2", path = "../derive" } serde_json = "1.0" serde = { version = "1", features = ["derive"] } serde_with = "3.9.0" -toml = "0.9" +toml = "1.1" humantime-serde = "1.1.1" clap = { version = "4.4.7", features = ["derive"] }