diff --git a/Cargo.lock b/Cargo.lock index 864592d..666b4a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3160,9 +3160,9 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.26.2" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" +checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c" dependencies = [ "futures-util", "log", @@ -3303,9 +3303,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tungstenite" -version = "0.26.2" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" +checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8" dependencies = [ "bytes", "data-encoding", @@ -3317,7 +3317,6 @@ dependencies = [ "rustls-pki-types", "sha1", "thiserror 2.0.18", - "utf-8", ] [[package]] @@ -3406,12 +3405,6 @@ dependencies = [ "serde", ] -[[package]] -name = "utf-8" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" - [[package]] name = "utf8_iter" version = "1.0.4" diff --git a/Cargo.toml b/Cargo.toml index 17cc4a4..1ae9699 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ sqlx = { version = "0.8.3", features = ["sqlite", "runtime-tokio-rustls", "chron thiserror = "2.0.12" tokio = { version = "1.44.1", features = ["rt-multi-thread", "macros", "signal", "time", "sync", "process"] } tokio-stream = "0.1.17" -tokio-tungstenite = { version = "0.26.2", features = ["rustls-tls-native-roots"] } +tokio-tungstenite = { version = "0.29.0", features = ["rustls-tls-native-roots"] } tracing = "0.1.41" tracing-subscriber = { version = "0.3.19", features = ["env-filter", "fmt", "json"] } url = "2.5.4"