Skip to content

Commit

Permalink
Update sqlx requirement from 0.7.0 to 0.8.0 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.0
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 98b6660 commit 50a9c8a
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 @@ -39,7 +39,7 @@ async-trait = "0.1.50"
ouroboros = "0.18"

# Sql library for async impl
sqlx = { version = "0.7.0", features = ["runtime-tokio-native-tls", "uuid", "json", "chrono"], optional = true }
sqlx = { version = "0.8.0", features = ["runtime-tokio-native-tls", "uuid", "json", "chrono"], optional = true }
# Kafka library
rdkafka = { version = "0.35.*", features = ["ssl-vendored"], optional = true }
# Rabbit library
Expand Down

0 comments on commit 50a9c8a

Please sign in to comment.