Skip to content

Commit

Permalink
Bump sqlx from 0.6.1 to 0.6.2
Browse files Browse the repository at this point in the history
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/launchbadge/sqlx/releases)
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.6.1...v0.6.2)

---
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 Oct 10, 2022
1 parent d15cdcb commit 6c52337
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
33 changes: 22 additions & 11 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 @@ -15,7 +15,7 @@ path = "src/main.rs"

[dependencies]
tokio = {version="1.20.1", features=["full"]}
sqlx = {version="0.6.1", features=["runtime-tokio-rustls", "postgres", "migrate", "chrono"]}
sqlx = {version="0.6.2", features=["runtime-tokio-rustls", "postgres", "migrate", "chrono"]}
hyper = {version = "0.14.8", features=["client"]}
color-eyre = "0.6.2"
tracing-error = "0.2.0"
Expand Down

0 comments on commit 6c52337

Please sign in to comment.