From ed8df4d3c73658b98f75c3240372b2fe1d0dc2be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:10:38 +0000 Subject: [PATCH] build(deps): bump toml from 0.8.23 to 0.9.11+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 0.8.23 to 0.9.11+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v0.9.11) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.11+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be36ff0..7949ef3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6193,7 +6193,7 @@ dependencies = [ "tokio", "tokio-test", "tokio-util", - "toml 0.8.23", + "toml 0.9.11+spec-1.1.0", "toml_edit 0.22.27", "tracing", "tracing-appender", diff --git a/Cargo.toml b/Cargo.toml index 65bc9c5..b36937b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ crossterm = "0.29" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" -toml = "0.8" +toml = "0.9" toml_edit = "0.22" # Error handling