From 58a9fbb7fc1bb3e145da3904c70a188918a3d663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:13:11 +0000 Subject: [PATCH] chore(deps): 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.0) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.0+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 cc04da8..ba25774 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ reqwest = { version = "0.13", features = ["json", "form", "rustls"], default-fea # Serialization serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -toml = "0.9" +toml = "1.1" # Date/time handling chrono = { version = "0.4", features = ["serde"] }