From 6ba30f7a946be413e8b90dc0e65337529153490b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:33:07 +0000 Subject: [PATCH] chore(deps): bump toml from 0.9.12+spec-1.1.0 to 1.0.1+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 0.9.12+spec-1.1.0 to 1.0.1+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.12...toml-v1.0.1) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.1+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 | 26 +++++++++++++++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/Backend/Cargo.toml b/Backend/Cargo.toml index 198374d..7b30cea 100644 --- a/Backend/Cargo.toml +++ b/Backend/Cargo.toml @@ -38,7 +38,7 @@ regex = "1.12" log = "0.4" env_logger = "0.11" parking_lot = "0.12" -toml = "0.9.11" +toml = "1.0.0" directories = "6" serde_json = "1.0" time = { version = "0.3", features = ["local-offset"] } diff --git a/Cargo.lock b/Cargo.lock index e537a12..bbd3200 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3210,7 +3210,7 @@ dependencies = [ "tempfile", "time", "tokio", - "toml 0.9.12+spec-1.1.0", + "toml 1.0.0+spec-1.1.0", "wasmtime", "wasmtime-wasi", "xz2", @@ -5341,6 +5341,21 @@ dependencies = [ "winnow 0.7.14", ] +[[package]] +name = "toml" +version = "1.0.0+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1d7e18e3dd1d31e0ee5e863a8091ffec2fcc271636586042452b656a22c8ee1" +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.14", +] + [[package]] name = "toml_datetime" version = "0.6.3" @@ -5359,6 +5374,15 @@ dependencies = [ "serde_core", ] +[[package]] +name = "toml_datetime" +version = "1.0.0+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e" +dependencies = [ + "serde_core", +] + [[package]] name = "toml_edit" version = "0.19.15"