diff --git a/Cargo.toml b/Cargo.toml index 10016b69..993e3d3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ base64 = "0.22.0" redis = { version = "0.25.2", features = ["tokio-comp"] } [dependencies.sqlx] -version = "0.8.0" +version = "0.8.1" features = [ 'runtime-actix-rustls', "postgres",