From a91a3ae79c990ba1c17da4de02754c3e8ea00574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:35:37 +0000 Subject: [PATCH] chore(deps): update sqlx requirement from 0.6.3 to 0.7.2 Updates the requirements on [sqlx](https://github.com/launchbadge/sqlx) to permit the latest version. - [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md) - [Commits](https://github.com/launchbadge/sqlx/commits) --- updated-dependencies: - dependency-name: sqlx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9d6b7a..70304ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ reool = { version = "0.30.0", optional = true } serde = "1.0.164" # data parser serde_json = "1.0.96" sha256 = "1.1.4" -sqlx = { version = "0.6.3", features = [ +sqlx = { version = "0.7.2", features = [ "runtime-tokio-rustls", "postgres", "chrono",