feat: update dependencies

This commit is contained in:
2023-11-05 00:39:08 +08:00
parent fca1c69a64
commit 3fd94c7328
2 changed files with 6 additions and 6 deletions

View File

@@ -10,8 +10,8 @@ edition = "2018"
rust_util = "0.6"
simpledateformat = "0.1"
chrono = "0.4"
tungstenite = {version = "0.19", default-features = false}
tokio-tungstenite = "0.19"
tungstenite = {version = "0.20", default-features = false}
tokio-tungstenite = "0.20"
tokio = { version = "1.28", features = ["full"]}
futures-util = "0.3"
lazy_static = "1.4"