Skip to content

Commit

Permalink
chore(deps): update sqlx requirement from 0.6.2 to 0.7.1 (#16)
Browse files Browse the repository at this point in the history
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](launchbadge/sqlx@v0.6.2...v0.7.1)

---
updated-dependencies:
- dependency-name: sqlx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 23, 2023
1 parent 0f99544 commit 0a76693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ semver = "1.0"
serde.workspace = true
serde_json.workspace = true
spinners = "4.1"
sqlx = { version = "0.6", features = ["postgres", "runtime-tokio-rustls", "sqlite"] }
sqlx = { version = "0.7", features = ["postgres", "runtime-tokio-rustls", "sqlite"] }
ssi = "0.6"
tokio = { version = "1.25", default-features = false, features = ["fs", "macros", "process", "rt", "rt-multi-thread"] }
which = "4.4"
Expand Down

0 comments on commit 0a76693

Please sign in to comment.