Upgrade tokio-tungstenite

This commit is contained in:
Marcin Kulik
2024-10-20 10:19:18 +02:00
parent c18815704c
commit 44b28794c0
3 changed files with 17 additions and 49 deletions

View File

@@ -40,7 +40,7 @@ tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
rgb = "0.8.37"
url = "2.5.0"
tokio-tungstenite = { version = "0.21.0", features = ["rustls-tls-webpki-roots"] }
tokio-tungstenite = { version = "0.24.0", features = ["rustls-tls-webpki-roots"] }
sha2 = "0.10.8"
tokio-util = "0.7.10"
chrono = "0.4.38"