Skip to content

Commit

Permalink
chore(deps): bump the cargo group across 2 directories with 1 update
Browse files Browse the repository at this point in the history
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](launchbadge/sqlx@v0.7.0...v0.8.0)

Updates `sqlx` to 0.7.4
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 19, 2024
1 parent 8187925 commit 9645002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aries/misc/legacy/libvdrtools/indy-api-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion aries/misc/legacy/libvdrtools/indy-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 9645002

Please sign in to comment.