From b1f8115af8fb0b4889178e93ff05959c3f78c089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:55:13 +0000 Subject: [PATCH] build(deps): update toml requirement from 0.8.19 to 1.1.2 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.19...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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 154fcb1..72962c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ sysinfo = { version = "0.35.2", features = ["serde"] } tempfile = "3.14.0" tokio = { version = "1.42.0", features = ["rt", "rt-multi-thread", "macros"] } tokio-util = "0.7.13" -toml = "0.8.19" +toml = "1.1.2" tower = "0.5.2" tower-http = { version = "0.6.2", features = ["trace", "fs", "limit"] } tracing = "0.1.41"