From 0d9aa432286718d3cacbd8ef794ebc3da57bd6d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 10:02:30 +0000 Subject: [PATCH] chore(deps): bump toml in /cli Bumps [toml](https://github.com/toml-rs/toml) from 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.10...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-patch ... Signed-off-by: dependabot[bot] --- cli/Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 6805adb4..9cfe74ae 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -2485,9 +2485,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.9.10+spec-1.1.0" +version = "0.9.11+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0825052159284a1a8b4d6c0c86cbc801f2da5afd2b225fa548c72f2e74002f48" +checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46" dependencies = [ "indexmap", "serde_core", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2ea24b4a..1777db79 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -27,6 +27,6 @@ sqlx = { version = "0.8.6", features = [ tempfile = "3.24.0" thiserror = "2.0.17" tokio = { version = "1", features = ["full"] } -toml = { version = "0.9.10", features = ["preserve_order"] } +toml = { version = "0.9.11", features = ["preserve_order"] } url = { version = "2.5.8", features = ["serde"] } uuid = { version = "1.16.0", features = ["serde"] }