Skip to content

Commit

Permalink
chore(deps): bump sqlx from 0.8.0 to 0.8.2
Browse files Browse the repository at this point in the history
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.8.0 to 0.8.2.
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.8.0...v0.8.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 Sep 10, 2024
1 parent 4a81d4e commit d789b93
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 74 deletions.
100 changes: 27 additions & 73 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 @@ -16,7 +16,7 @@ warp = { version = "0.3.7", features = ["tls"] }
tokio = { version = "1.39.1", features = ["macros", "rt-multi-thread", "signal"] }
futures = "0.3.30"
log = "0.4.22"
sqlx = { version = "0.8.0", features = ["runtime-tokio-rustls", "any", "mysql", "sqlite", "postgres"] }
sqlx = { version = "0.8.2", features = ["runtime-tokio-rustls", "any", "mysql", "sqlite", "postgres"] }
dotenvy = "0.15.7"
dashmap = "6.0.1"
once_cell = "1.19.0"
Expand Down

0 comments on commit d789b93

Please sign in to comment.