Skip to content

Commit

Permalink
build(deps): bump sqlx from 0.8.2 to 0.8.3
Browse files Browse the repository at this point in the history
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.8.2 to 0.8.3.
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.8.2...v0.8.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and xry111 committed Jan 8, 2025
1 parent 07e67ca commit fd40eba
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 113 deletions.
147 changes: 35 additions & 112 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 @@ -20,7 +20,7 @@ env_logger = "0.11.6"
io_tee = "0.1.1"

[dependencies.sqlx]
version = "0.8.0"
version = "0.8.3"
features = ["mysql", "runtime-async-std-native-tls"]
optional = true

Expand Down

0 comments on commit fd40eba

Please sign in to comment.