From a3db6fa513c55602b0bd5ad562442aa724ff0917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 22:19:31 +0000 Subject: [PATCH] Update toml requirement from 0.8.12 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.12...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 215bb7e..65cccee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ textplots = "0.8.6" # time = "0.3.36" tokio = { version = "1.37.0", features = ["full"] } tokio-util = "0.7.11" -toml = "0.8.12" +toml = "0.9.10" tower-http = { version = "0.6.6", features = ["cors", "fs"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = [