From 6c6c95bedd072072700ca2329b88989e31ac0dd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 10:49:15 +0000 Subject: [PATCH] Update sqlx requirement from 0.6 to 0.7 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.6.0...v0.7.0) --- updated-dependencies: - dependency-name: sqlx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- schemsearch-cli/Cargo.toml | 2 +- schemsearch-sql/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schemsearch-cli/Cargo.toml b/schemsearch-cli/Cargo.toml index c33a68f..61003ab 100644 --- a/schemsearch-cli/Cargo.toml +++ b/schemsearch-cli/Cargo.toml @@ -13,7 +13,7 @@ schemsearch-sql = { path = "../schemsearch-sql", optional = true } clap = { version = "4.1.8", features = ["cargo"] } futures = { version = "0.3", optional = true } -sqlx = { version = "0.6", features = [ "runtime-async-std-native-tls" , "mysql" ], optional = true } +sqlx = { version = "0.7", features = [ "runtime-async-std-native-tls" , "mysql" ], optional = true } rayon = "1.7.0" indicatif = { version = "0.17.3", features = ["rayon"] } serde = "1.0.157" diff --git a/schemsearch-sql/Cargo.toml b/schemsearch-sql/Cargo.toml index 39919c8..0de0d0b 100644 --- a/schemsearch-sql/Cargo.toml +++ b/schemsearch-sql/Cargo.toml @@ -7,7 +7,7 @@ license = "AGPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -sqlx = { version = "0.6", features = [ "runtime-async-std-native-tls" , "mysql" ] } +sqlx = { version = "0.7", features = [ "runtime-async-std-native-tls" , "mysql" ] } schemsearch-lib = { path = "../schemsearch-lib" } schemsearch-files = { path = "../schemsearch-files" } \ No newline at end of file