diff --git a/Cargo.lock b/Cargo.lock index a0980879..18675645 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3966,7 +3966,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-test", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "tower", "tower-http", "tracing", @@ -4032,7 +4032,7 @@ dependencies = [ "serde_json", "tempfile", "tokio", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "tracing", "tracing-subscriber", "uuid", @@ -4060,7 +4060,7 @@ dependencies = [ "tauri-plugin-single-instance", "tauri-plugin-updater", "tokio", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "tracing", "tracing-subscriber", ] @@ -4086,7 +4086,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tokio-test", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "tracing", "url", "uuid", @@ -4105,7 +4105,7 @@ dependencies = [ "tempfile", "thiserror 2.0.18", "tokio-test", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "tracing", "uuid", ] @@ -4141,7 +4141,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tokio-test", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "tracing", "tracing-subscriber", "uuid", @@ -4181,7 +4181,7 @@ dependencies = [ "serde_yaml", "tempfile", "thiserror 2.0.18", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "tracing", "uuid", "walkdir", @@ -4239,7 +4239,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tokio-test", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "tracing", "uuid", "walkdir", @@ -4261,7 +4261,7 @@ dependencies = [ "serde_json", "sha2", "thiserror 2.0.18", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "uuid", ] diff --git a/Cargo.toml b/Cargo.toml index f8168add..8cfd6031 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ tokio-stream = "0.1" # Serialization serde = { version = "1", features = ["derive"] } serde_json = "1" -toml = "0.8" +toml = "0.9" rmp-serde = "1" # Error handling