From a6769623167f3cc5ae63bf258aeeed9d2cc7ed5e Mon Sep 17 00:00:00 2001 From: Radical Date: Tue, 20 May 2025 02:27:46 +0200 Subject: [PATCH] build: update dependency versions --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9510dac..33d01e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,9 +10,9 @@ codegen-units = 1 [dependencies] actix-cors = "0.7.1" -actix-web = "4.10" +actix-web = "4.11" argon2 = { version = "0.5.3", features = ["std"] } -clap = { version = "4.5.37", features = ["derive"] } +clap = { version = "4.5", features = ["derive"] } futures = "0.3" getrandom = "0.3" hex = "0.4" @@ -22,7 +22,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" simple_logger = "5.0.0" sqlx = { version = "0.8", features = ["runtime-tokio", "tls-native-tls", "postgres"] } -redis = { version = "0.30", features= ["tokio-comp"] } +redis = { version = "0.31.0", features= ["tokio-comp"] } tokio-tungstenite = { version = "0.26", features = ["native-tls", "url"] } toml = "0.8" url = { version = "2.5", features = ["serde"] }