Skip to content

Commit

Permalink
Bump sqlx from 0.7.4 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.4 to 0.8.2.
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.7.4...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 Sep 4, 2024
1 parent 87e7932 commit 97ab0d9
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 16 deletions.
190 changes: 175 additions & 15 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 @@ -80,7 +80,7 @@ futures = "0.3.29"
rand_chacha = "0.3.1"
serde_with = "3.4.0"
tokio-tungstenite = "0.23.1"
sqlx = { version = "0.7.2", default-features = false, features = ["postgres"] }
sqlx = { version = "0.8.2", default-features = false, features = ["postgres"] }
uuid.workspace = true
bytes = "1.5.0"
mime = "0.3.17"
Expand Down

0 comments on commit 97ab0d9

Please sign in to comment.