From 9dd1a6a240d5e05ef3a7a2ed8d6a33bf969121cf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 07:51:46 +0000 Subject: [PATCH] Update sqlx requirement from 0.4.0-beta.1 to 0.5.1 Updates the requirements on [sqlx](https://github.com/launchbadge/sqlx) to permit the latest version. - [Release notes](https://github.com/launchbadge/sqlx/releases) - [Changelog](https://github.com/launchbadge/sqlx/blob/master/CHANGELOG.md) - [Commits](https://github.com/launchbadge/sqlx/compare/v0.4.0-beta.1...v0.5.1) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ca7a61..6a51c7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" actix-web = "3" actix-rt = "1.1.1" chrono = "0.4.18" -sqlx = { version = "0.4.0-beta.1", features = [ "postgres", "chrono" ] } +sqlx = { version = "0.5.1", features = [ "postgres", "chrono" ] } listenfd = "0.3.3" serde = "1.0.116" serde_json = "1.0.57"