From 51858e435c080237143a091402b493e71cfd848e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 08:24:45 +0000 Subject: [PATCH] build(deps): bump toml from 0.8.23 to 0.9.12+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 0.8.23 to 0.9.12+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v0.9.12) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.12+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6bdc9c9..f994e28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1057,7 +1057,7 @@ dependencies = [ "springtale-connector", "thiserror 2.0.18", "tokio", - "toml 0.8.23", + "toml 0.9.12+spec-1.1.0", "tracing", ] @@ -5708,7 +5708,7 @@ dependencies = [ "springtale-transport", "thiserror 2.0.18", "tokio", - "toml 0.8.23", + "toml 0.9.12+spec-1.1.0", "tracing", ] @@ -5735,7 +5735,7 @@ dependencies = [ "springtale-transport", "thiserror 2.0.18", "tokio", - "toml 0.8.23", + "toml 0.9.12+spec-1.1.0", "tracing", "uuid", ] @@ -5770,7 +5770,7 @@ dependencies = [ "tabled", "tempfile", "tokio", - "toml 0.8.23", + "toml 0.9.12+spec-1.1.0", "tracing", "tracing-subscriber", "uuid", @@ -5798,7 +5798,7 @@ dependencies = [ "springtale-store", "thiserror 2.0.18", "tokio", - "toml 0.8.23", + "toml 0.9.12+spec-1.1.0", "tracing", "wasmtime", "wasmtime-wasi", @@ -5852,7 +5852,7 @@ dependencies = [ "specta", "thiserror 2.0.18", "tokio", - "toml 0.8.23", + "toml 0.9.12+spec-1.1.0", "tracing", "uuid", ] @@ -5968,7 +5968,7 @@ dependencies = [ "tempfile", "thiserror 2.0.18", "tokio", - "toml 0.8.23", + "toml 0.9.12+spec-1.1.0", "tracing", "uuid", ] @@ -6028,7 +6028,7 @@ dependencies = [ "tempfile", "thiserror 2.0.18", "tokio", - "toml 0.8.23", + "toml 0.9.12+spec-1.1.0", "tracing", "uuid", ] @@ -6111,7 +6111,7 @@ dependencies = [ "subtle", "tokio", "tokio-stream", - "toml 0.8.23", + "toml 0.9.12+spec-1.1.0", "tower", "tower-http", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 0bf4e5e..2ac06db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ thiserror = "2" # ── Serialization ────────────────────────────────────────────────────────────── serde = { version = "1", features = ["derive"] } serde_json = "1" -toml = "0.8" +toml = "0.9" serde_yaml = "0.9" schemars = { version = "1", features = ["derive", "uuid1", "chrono04"] } # tauri-specta type generation. The runtime side derives `Type` so the