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