diff --git a/Cargo.lock b/Cargo.lock index d92e50b..44654c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6489,7 +6489,7 @@ dependencies = [ "tempfile", "thiserror 2.0.18", "tokio", - "toml 0.8.2", + "toml 1.1.2+spec-1.1.0", "tracing", "tracing-appender", "tracing-subscriber", diff --git a/crates/starstats-client/Cargo.toml b/crates/starstats-client/Cargo.toml index cbde5e3..9840a71 100644 --- a/crates/starstats-client/Cargo.toml +++ b/crates/starstats-client/Cargo.toml @@ -46,7 +46,7 @@ rusqlite = { version = "0.32", features = ["bundled"] } directories = "5.0" # Config file format -toml = "0.8" +toml = "1.1" # Synchronisation primitives parking_lot = "0.12"