From 5133d4a56c15859c4071f060e6d7de38ba760dda Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 29 Apr 2021 05:43:55 +0000 Subject: fix(deps): update rust crate sqlx to 0.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4bfb6f..df1057d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ tokio-util = { version = "0.6.5", features = ["codec"] } tokio-stream = "0.1.5" # Database -sqlx = { version = "0.5.1", features = ["runtime-async-std-rustls", "sqlite", "macros", "migrate", "chrono", "time", "tls"] } +sqlx = { version = "0.5.2", features = ["runtime-async-std-rustls", "sqlite", "macros", "migrate", "chrono", "time", "tls"] } # Web-server #actix-web = "3" -- cgit v1.2.3