Skip to content

Commit

Permalink
build(deps): 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] authored Jan 18, 2024
1 parent 338b6d1 commit b7682bd
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 38 deletions.
111 changes: 74 additions & 37 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 @@ -18,7 +18,7 @@ rand = "0.8.5"
reqwest = "0.11.18"
serde = { version = "1.0.195", features = ["derive"] }
sha2 = "0.10.7"
sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres", "time"] }
sqlx = { version = "0.7.3", features = ["runtime-tokio-rustls", "postgres", "time"] }
thiserror = "1.0.50"
time = { version = "0.3.31", features = ["macros"] }
tokio = { version = "1.28.2", features = ["full"] }
Expand Down

0 comments on commit b7682bd

Please sign in to comment.