Skip to content

Commit

Permalink
Update sqlx requirement from 0.7 to 0.8 in the cargo group
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.2
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.7.0...v0.8.2)

---
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 Oct 14, 2024
1 parent fd57376 commit 8dc9f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ tokio-cron-scheduler = { version = "0.11.0", features = ["signal"] }
english-to-cron = { version = "0.1.2" }

# bg_pg: postgres workers
sqlx = { version = "0.7", default-features = false, features = [
sqlx = { version = "0.8", default-features = false, features = [
"postgres",
], optional = true }
ulid = { version = "1", optional = true }
Expand Down

0 comments on commit 8dc9f02

Please sign in to comment.