From 8fbea8073e7db8c1b443a3e3bfb367e4c3e061d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:32:33 +0000 Subject: [PATCH] chore(deps): bump toml from 0.9.12+spec-1.1.0 to 1.0.0+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 0.9.12+spec-1.1.0 to 1.0.0+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.12...toml-v1.0.0) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.0+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Backend/Cargo.toml | 2 +- Cargo.lock | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Backend/Cargo.toml b/Backend/Cargo.toml index bcb2ee0..a58e3db 100644 --- a/Backend/Cargo.toml +++ b/Backend/Cargo.toml @@ -37,7 +37,7 @@ regex = "1.12" log = "0.4" env_logger = "0.11" parking_lot = "0.12" -toml = "0.9.11" +toml = "1.0.6" directories = "6" serde_json = "1.0" time = { version = "0.3", features = ["local-offset"] } diff --git a/Cargo.lock b/Cargo.lock index 6f90cd0..73245c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2745,7 +2745,7 @@ dependencies = [ "thiserror 2.0.18", "time", "tokio", - "toml 0.9.12+spec-1.1.0", + "toml 1.0.6+spec-1.1.0", "xz2", "zip 7.2.0", ] @@ -4772,6 +4772,21 @@ dependencies = [ "winnow 0.7.15", ] +[[package]] +name = "toml" +version = "1.0.6+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc" +dependencies = [ + "indexmap 2.13.0", + "serde_core", + "serde_spanned 1.0.4", + "toml_datetime 1.0.0+spec-1.1.0", + "toml_parser", + "toml_writer", + "winnow 0.7.15", +] + [[package]] name = "toml_datetime" version = "0.6.3"