From 39d316f4c0c36dce7d2e2196b7cb8dad2fc735d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:46:17 +0000 Subject: [PATCH] chore(deps): bump toml from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0 in /cli Bumps [toml](https://github.com/toml-rs/toml) from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.3...toml-v1.0.6) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.6+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 732456c0..80e4f04a 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -2840,9 +2840,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.3+spec-1.1.0" +version = "1.0.6+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c" +checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc" dependencies = [ "indexmap", "serde_core", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5f63a909..69790f89 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -27,6 +27,6 @@ sqlx = { version = "0.8.6", features = [ tempfile = "3.25.0" thiserror = "2.0.18" tokio = { version = "1.49.0", features = ["full"] } -toml = { version = "1.0.3", features = ["preserve_order"] } +toml = { version = "1.0.6", features = ["preserve_order"] } url = { version = "2.5.8", features = ["serde"] } uuid = { version = "1.21.0", features = ["serde"] }