diff --git a/Cargo.toml b/Cargo.toml index 269532c..bb10461 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,11 +23,11 @@ dotenvy = "0.15.7" env_logger = "0.11.0" log = "0.4.20" -async-tungstenite = "0.27.0" +async-tungstenite = "0.28.0" mongodb = "3.0.0" jsonwebtoken = "9.0.0" -redis = { version = "0.26.0", features = ["async-std-comp"] } +redis = { version = "0.27.0", features = ["async-std-comp"] } serde = { version = "1.0.183", features = ["derive"] } rmp-serde = "1.1.2"