From c5039b19c7e9e25ab31a737e34744316c75e5ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 04:09:41 +0000 Subject: [PATCH] Update toml requirement from 0.8 to 0.9 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-v0.9.4) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.4 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 72b2a0c..fef2a63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "1.12", features = ["fs"] } reqwest = { version = "0.12", features = ["gzip", "native-tls"] } thiserror = "2.0" regex = "1.5" -toml = "0.8" +toml = "0.9" [dev-dependencies] tokio = { version = "1.12", features = ["macros"] }