diff --git a/Cargo.lock b/Cargo.lock index 08aff7c6..996693ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7768,9 +7768,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.0+spec-1.1.0" +version = "1.0.1+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1d7e18e3dd1d31e0ee5e863a8091ffec2fcc271636586042452b656a22c8ee1" +checksum = "bbe30f93627849fa362d4a602212d41bb237dc2bd0f8ba0b2ce785012e124220" dependencies = [ "indexmap 2.11.4", "serde_core", @@ -7846,9 +7846,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.0.7+spec-1.1.0" +version = "1.0.8+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "247eaa3197818b831697600aadf81514e577e0cba5eab10f7e064e78ae154df1" +checksum = "0742ff5ff03ea7e67c8ae6c93cac239e0d9784833362da3f9a9c1da8dfefcbdc" dependencies = [ "winnow 0.7.13", ] @@ -8384,7 +8384,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tokio-util", - "toml 1.0.0+spec-1.1.0", + "toml 1.0.1+spec-1.1.0", "trackaudio", "url", "vacs-audio", @@ -8445,7 +8445,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tokio-tungstenite", - "toml 1.0.0+spec-1.1.0", + "toml 1.0.1+spec-1.1.0", "tower-http", "tower-sessions", "tower-sessions-redis-store", diff --git a/Cargo.toml b/Cargo.toml index 7dec1216..ec657707 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ thiserror = "2.0.18" tokio = { version = "1.49.0", features = ["rt", "rt-multi-thread", "macros", "signal", "sync", "time"] } tokio-tungstenite = { version = "0.28.0", features = ["rustls"] } tokio-util = "0.7.18" -toml = "1.0.0" +toml = "1.0.1" tower-http = "0.6.8" tower-sessions = { version = "0.14.0", features = ["signed"] } tower-sessions-redis-store = "0.16.0"