From 761a846d0cbfbb989f174972b63304bef321f402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 09:16:54 +0000 Subject: [PATCH] chore(deps): bump toml from 0.8.23 to 0.9.9+spec-1.0.0 Bumps [toml](https://github.com/toml-rs/toml) from 0.8.23 to 0.9.9+spec-1.0.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v0.9.9) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.9+spec-1.0.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 70 ++++++++---------------------------------------------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 61 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e4a7e9..942331c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4115,7 +4115,7 @@ dependencies = [ "syn 2.0.111", "tempfile", "thiserror 2.0.17", - "toml 0.8.23", + "toml", ] [[package]] @@ -4131,7 +4131,7 @@ dependencies = [ "tempfile", "thiserror 2.0.17", "tokio", - "toml 0.9.9+spec-1.0.0", + "toml", "tracing", ] @@ -4225,7 +4225,7 @@ dependencies = [ "serde_json", "sqlx", "tokio", - "toml 0.8.23", + "toml", "tracing", "tracing-chrome", "tracing-flame", @@ -4254,7 +4254,7 @@ dependencies = [ "thiserror 2.0.17", "tokio", "tokio-postgres", - "toml 0.9.9+spec-1.0.0", + "toml", "url", "uuid", ] @@ -4323,7 +4323,7 @@ dependencies = [ "serde", "smol_str", "thiserror 2.0.17", - "toml 0.8.23", + "toml", "tracing", ] @@ -4444,7 +4444,7 @@ version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" dependencies = [ - "toml_edit 0.23.10+spec-1.0.0", + "toml_edit", ] [[package]] @@ -5446,15 +5446,6 @@ dependencies = [ "serde_core", ] -[[package]] -name = "serde_spanned" -version = "0.6.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" -dependencies = [ - "serde", -] - [[package]] name = "serde_spanned" version = "1.0.4" @@ -6455,18 +6446,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "toml" -version = "0.8.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" -dependencies = [ - "serde", - "serde_spanned 0.6.9", - "toml_datetime 0.6.11", - "toml_edit 0.22.27", -] - [[package]] name = "toml" version = "0.9.9+spec-1.0.0" @@ -6475,22 +6454,13 @@ checksum = "eb5238e643fc34a1d5d7e753e1532a91912d74b63b92b3ea51fde8d1b7bc79dd" dependencies = [ "indexmap", "serde_core", - "serde_spanned 1.0.4", - "toml_datetime 0.7.4+spec-1.0.0", + "serde_spanned", + "toml_datetime", "toml_parser", "toml_writer", "winnow", ] -[[package]] -name = "toml_datetime" -version = "0.6.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" -dependencies = [ - "serde", -] - [[package]] name = "toml_datetime" version = "0.7.4+spec-1.0.0" @@ -6500,20 +6470,6 @@ dependencies = [ "serde_core", ] -[[package]] -name = "toml_edit" -version = "0.22.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" -dependencies = [ - "indexmap", - "serde", - "serde_spanned 0.6.9", - "toml_datetime 0.6.11", - "toml_write", - "winnow", -] - [[package]] name = "toml_edit" version = "0.23.10+spec-1.0.0" @@ -6521,7 +6477,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" dependencies = [ "indexmap", - "toml_datetime 0.7.4+spec-1.0.0", + "toml_datetime", "toml_parser", "winnow", ] @@ -6535,12 +6491,6 @@ dependencies = [ "winnow", ] -[[package]] -name = "toml_write" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" - [[package]] name = "toml_writer" version = "1.0.5+spec-1.0.0" @@ -6753,7 +6703,7 @@ dependencies = [ "serde_json", "target-triple", "termcolor", - "toml 0.9.9+spec-1.0.0", + "toml", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 7d42aca..d520c93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ futures = "0.3" # Serialization serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -toml = "0.8" +toml = "0.9" # Error handling thiserror = "2.0"