Skip to content

Commit

Permalink
chore(deps): bump sqlx from 0.7.4 to 0.8.2 (#176)
Browse files Browse the repository at this point in the history
* chore(deps): bump sqlx from 0.7.4 to 0.8.2

Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.4 to 0.8.2.
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.7.4...v0.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

* chore: upgrade the version number in docs and ci/cd

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Micah Thomas <micah.thomas@bigcommerce.com>
  • Loading branch information
dependabot[bot] and bc-micah authored Sep 6, 2024
1 parent 490194d commit b8bc830
Show file tree
Hide file tree
Showing 8 changed files with 101 additions and 120 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
CARGO_TERM_COLOR: always
SQLX_VERSION: 0.7.4
SQLX_VERSION: 0.8.2
SQLX_FEATURES: postgres

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
CARGO_TERM_COLOR: always
SQLX_VERSION: 0.7.4
SQLX_VERSION: 0.8.2
SQLX_FEATURES: postgres

jobs:
Expand Down
Loading

0 comments on commit b8bc830

Please sign in to comment.