From 96450025c927d607e242cd1c6776c8fa5ba6e4c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:13:00 +0000 Subject: [PATCH] chore(deps): 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.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) Updates `sqlx` to 0.7.4 - [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 - dependency-name: sqlx dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- aries/misc/legacy/libvdrtools/indy-api-types/Cargo.toml | 2 +- aries/misc/legacy/libvdrtools/indy-wallet/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aries/misc/legacy/libvdrtools/indy-api-types/Cargo.toml b/aries/misc/legacy/libvdrtools/indy-api-types/Cargo.toml index 1cde54b95c..d65d8179aa 100644 --- a/aries/misc/legacy/libvdrtools/indy-api-types/Cargo.toml +++ b/aries/misc/legacy/libvdrtools/indy-api-types/Cargo.toml @@ -16,5 +16,5 @@ serde_json = "1" serde_derive = "1" openssl = { version = "0.10" } bs58 = "0.5" -sqlx = { version = "0.7", features = [ "sqlite", "mysql", "runtime-tokio-rustls" ] } +sqlx = { version = "0.8", features = [ "sqlite", "mysql", "runtime-tokio-rustls" ] } ursa = { version = "0.3.7", default-features = false, features = ["wasm"] } \ No newline at end of file diff --git a/aries/misc/legacy/libvdrtools/indy-wallet/Cargo.toml b/aries/misc/legacy/libvdrtools/indy-wallet/Cargo.toml index 88d5bd99ad..17ffc7b869 100644 --- a/aries/misc/legacy/libvdrtools/indy-wallet/Cargo.toml +++ b/aries/misc/legacy/libvdrtools/indy-wallet/Cargo.toml @@ -24,7 +24,7 @@ bs58 = "0.5" serde = "1" serde_json = "1" serde_derive = "1" -sqlx = { version = "0.7", features = [ "sqlite", "mysql", "runtime-tokio-rustls" ] } +sqlx = { version = "0.8", features = [ "sqlite", "mysql", "runtime-tokio-rustls" ] } zeroize = "1" lru = "0.12"