From 9028837ca421bd09cbf610f7b4c4ecd771785030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 20:59:27 +0000 Subject: [PATCH] chore(deps): bump toml from 0.9.11+spec-1.1.0 to 1.0.2+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 0.9.11+spec-1.1.0 to 1.0.2+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.11...toml-v1.0.2) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.2+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c381fe..eb5caa9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2615,9 +2615,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.9.11+spec-1.1.0" +version = "1.0.3+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46" +checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c" dependencies = [ "indexmap", "serde_core", @@ -2630,9 +2630,9 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.7.5+spec-1.1.0" +version = "1.0.0+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" +checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e" dependencies = [ "serde_core", ] diff --git a/Cargo.toml b/Cargo.toml index f97075f..8893781 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ log = "0.4.29" thiserror = "2.0.18" vetis = { version = "0.1.4-beta.4" } tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } -toml = "0.9.11" +toml = "1.0.3" serde = "1.0.228" matchit = "0.9.1" env_logger = "0.11.9"