From 50a9c8aa8f1f9a267c6edea2a73c3e8486e5a333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:13:05 +0000 Subject: [PATCH] Update sqlx requirement from 0.7.0 to 0.8.0 in the cargo group Updates the requirements on [sqlx](https://github.com/launchbadge/sqlx) to permit the latest version. Updates `sqlx` to 0.8.0 - [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md) - [Commits](https://github.com/launchbadge/sqlx/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: sqlx dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4bb0227..efdc286 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ async-trait = "0.1.50" ouroboros = "0.18" # Sql library for async impl -sqlx = { version = "0.7.0", features = ["runtime-tokio-native-tls", "uuid", "json", "chrono"], optional = true } +sqlx = { version = "0.8.0", features = ["runtime-tokio-native-tls", "uuid", "json", "chrono"], optional = true } # Kafka library rdkafka = { version = "0.35.*", features = ["ssl-vendored"], optional = true } # Rabbit library