diff --git a/Cargo.toml b/Cargo.toml index 2daeea8..c1e32a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ actix-identity = "0.4.0" actix-rt = "2" actix-web-codegen-const-routes = { version = "0.1.0", tag = "0.1.0", git = "https://github.com/realaravinth/actix-web-codegen-const-routes" } argon2-creds = { branch = "master", git = "https://github.com/realaravinth/argon2-creds"} -sqlx = { version = "0.6.2", features = ["runtime-actix-rustls", "postgres", "time", "offline", "json", "uuid"] } +sqlx = { version = "0.7.0", features = ["runtime-actix-rustls", "postgres", "time", "offline", "json", "uuid"] } clap = { version = "3.2.20", features = ["derive"]} libconfig = { version = "0.1.0", git = "https://git.batsense.net/librepages/libconfig" } libconductor = { version = "0.1.0", git = "https://git.batsense.net/librepages/conductor/" }