From 1fcc66236c96fc9c44829d2c82a14600dd9d322e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 10 Jun 2024 17:04:13 +0000 Subject: [PATCH] fix(deps): update rust crate sqlx to 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/" }