diff --git a/panoptes/Cargo.lock b/panoptes/Cargo.lock index afcc1811..4dc124ca 100644 --- a/panoptes/Cargo.lock +++ b/panoptes/Cargo.lock @@ -270,7 +270,7 @@ dependencies = [ "sha1", "sync_wrapper", "tokio", - "tokio-tungstenite 0.24.0", + "tokio-tungstenite", "tower 0.5.3", "tower-layer", "tower-service", @@ -768,7 +768,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -2087,7 +2087,7 @@ dependencies = [ "thiserror 1.0.69", "tokio", "tokio-test", - "tokio-tungstenite 0.21.0", + "tokio-tungstenite", "tower 0.4.13", "tower-http 0.5.2", "tracing", @@ -2591,7 +2591,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -3129,7 +3129,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -3321,18 +3321,6 @@ dependencies = [ "tokio-stream", ] -[[package]] -name = "tokio-tungstenite" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38" -dependencies = [ - "futures-util", - "log", - "tokio", - "tungstenite 0.21.0", -] - [[package]] name = "tokio-tungstenite" version = "0.24.0" @@ -3342,7 +3330,7 @@ dependencies = [ "futures-util", "log", "tokio", - "tungstenite 0.24.0", + "tungstenite", ] [[package]] @@ -3557,25 +3545,6 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" -[[package]] -name = "tungstenite" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" -dependencies = [ - "byteorder", - "bytes", - "data-encoding", - "http", - "httparse", - "log", - "rand 0.8.6", - "sha1", - "thiserror 1.0.69", - "url", - "utf-8", -] - [[package]] name = "tungstenite" version = "0.24.0" @@ -3867,7 +3836,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.48.0", ] [[package]] diff --git a/panoptes/Cargo.toml b/panoptes/Cargo.toml index 1c54b4fb..1ae96a28 100644 --- a/panoptes/Cargo.toml +++ b/panoptes/Cargo.toml @@ -92,7 +92,7 @@ glob = "0.3" minijinja = "2.0" # WebSocket for real-time updates -tokio-tungstenite = "0.21" +tokio-tungstenite = "0.24" futures-util = "0.3" [dev-dependencies]