From f1f3daf920b59d8845f70a7e5ae8c175f034e5d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:10:25 +0000 Subject: [PATCH] Bump the cargo group across 2 directories with 1 update Updates the requirements on and [sqlx](https://github.com/launchbadge/sqlx) to permit the latest version. Updates `sqlx` to 0.6.3 - [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md) - [Commits](https://github.com/launchbadge/sqlx/compare/v0.5.0...v0.6.3) Updates `sqlx` to 0.6.3 - [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md) - [Commits](https://github.com/launchbadge/sqlx/compare/v0.5.0...v0.6.3) --- updated-dependencies: - dependency-name: sqlx dependency-type: direct:production dependency-group: cargo - dependency-name: sqlx dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- sea-orm-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8fc5401d7..b9272f74a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ sea-query = { version = "^0.24.5", features = ["thread-safe"] } sea-strum = { version = "^0.23", features = ["derive", "sea-orm"] } serde = { version = "^1.0", features = ["derive"] } serde_json = { version = "^1", optional = true } -sqlx = { version = "^0.5", optional = true } +sqlx = { version = "^0.8", optional = true } uuid = { version = "0.8", features = ["serde", "v4"], optional = true } ouroboros = "0.15" url = "^2.2" diff --git a/sea-orm-cli/Cargo.toml b/sea-orm-cli/Cargo.toml index 7f5c41c69..5de8abd6c 100644 --- a/sea-orm-cli/Cargo.toml +++ b/sea-orm-cli/Cargo.toml @@ -34,7 +34,7 @@ dotenv = { version = "^0.15" } async-std = { version = "^1.9", features = [ "attributes", "tokio1" ] } sea-orm-codegen = { version = "^0.8.0", path = "../sea-orm-codegen", optional = true } sea-schema = { version = "^0.8.1" } -sqlx = { version = "^0.5", default-features = false, features = [ "mysql", "postgres" ], optional = true } +sqlx = { version = "^0.8", default-features = false, features = [ "mysql", "postgres" ], optional = true } tracing-subscriber = { version = "0.3", features = ["env-filter"] } tracing = { version = "0.1" } url = "^2.2"