Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 29, 2023
1 parent 8c48f8a commit a62c699
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 37 deletions.
92 changes: 56 additions & 36 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 @@ -81,7 +81,7 @@ rdkafka = { version = "0.35.0", features = ["tracing", "cmake-build"] }
rand_chacha = "0.3.1"
serde_with = "3.4.0"
tokio-tungstenite = "0.20.1"
sqlx = { version = "0.7.2", default-features = false, features = ["postgres"] }
sqlx = { version = "0.7.3", default-features = false, features = ["postgres"] }
uuid.workspace = true
bytes = "1.5.0"
mime = "0.3.17"
Expand Down

0 comments on commit a62c699

Please sign in to comment.