Skip to content

Commit

Permalink
Bump sqlx from 0.7.3 to 0.8.2
Browse files Browse the repository at this point in the history
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.3 to 0.8.2.
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.7.3...v0.8.2)

---
updated-dependencies:
- dependency-name: sqlx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent b81f759 commit a0c8833
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 33 deletions.
132 changes: 100 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ semaphore = { git = "https://github.com/worldcoin/semaphore-rs", rev = "251e908d
] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sqlx = { version = "0.7", features = [
sqlx = { version = "0.8", features = [
"runtime-tokio-native-tls",
"any",
"postgres",
Expand Down

0 comments on commit a0c8833

Please sign in to comment.