From 04b9b112a74b59d76d766861749b0b7924f200b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 13:47:15 +0000 Subject: [PATCH] Update sqlx requirement from 0.8.0 to 0.9.0 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/compare/v0.8.0...v0.8.6) --- updated-dependencies: - dependency-name: sqlx dependency-version: 0.8.6 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 a9d3cb7..beaa889 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.8.0", features = ["runtime-tokio-native-tls", "uuid", "json", "chrono"], optional = true } +sqlx = { version = "0.9.0", features = ["runtime-tokio-native-tls", "uuid", "json", "chrono"], optional = true } # Kafka library rdkafka = { version = "0.35.*", features = ["ssl-vendored"], optional = true } # Rabbit library