diff --git a/Cargo.toml b/Cargo.toml index 5b316bc..1c9e69c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ walkdir = "2" getrandom = { version = "0.2", features = ["std"] } async-trait = "0.1" ctor = "0.2" -tokio-tungstenite = "0.24" +tokio-tungstenite = "0.29" futures-util = { version = "0.3", default-features = false, features = ["std"] } sqlx = { version = "0.8", default-features = false, features = ["runtime-tokio", "sqlite", "migrate", "macros"] }