From 89a21875af1b782d2f3625b8d4e8def29511a1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 15:43:16 +0000 Subject: [PATCH] chore(deps): Bump toml from 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0 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] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab817a7..aa34b6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1226,9 +1226,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/Cargo.toml b/Cargo.toml index e82d2fa..aa05131 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,11 +22,11 @@ mimalloc = "0.1.48" serde = { version = "1.0.228", features = ["serde_derive"] } sys-mount = "3.0.1" thiserror = "2.0.17" -toml = "0.9.10" +toml = "0.9.11" [build-dependencies] anyhow = "1.0.100" -toml = "0.9.10" +toml = "0.9.11" serde_json = "1.0.148" serde = { version = "1.0.228", features = ["derive"] }