This commit is contained in:
41666 2022-11-27 22:20:25 -05:00
parent f5f96e35d8
commit 07b3af9166
5 changed files with 11 additions and 155 deletions

View file

@ -9,8 +9,8 @@ edition = "2021"
redis = { version = "0.22.1", default_features = false, features = ["r2d2"] }
lazy_static = "1.4.0"
tokio-tungstenite = { version = "0.17.2", features=["native-tls"] }
serde_json = "1.0.88"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.89"
serde = { version = "1.0.148", features = ["derive"] }
tokio = { version = "1.22.0" }
url = "2.3.1"
futures-util = "0.3.25"