Skip to content

Commit

Permalink
build(deps): update sqlx requirement
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.

Updates `sqlx` to 0.8.0
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.7.3...v0.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 7813768 commit 6a994ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion askar-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ version = "0.3"
default-features = false
features = ["chrono", "runtime-tokio"]
optional = true
version = "0.7.3"
version = "0.8.0"

[dev-dependencies]
env_logger = "0.10"
Expand Down

0 comments on commit 6a994ee

Please sign in to comment.