Skip to content

Commit

Permalink
Bump sqlx from 0.7.4 to 0.8.2
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent 605ff70 commit 7e1fa51
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 55 deletions.
94 changes: 40 additions & 54 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 crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ serde = { features = ["derive", "rc"], workspace = true }
serde_json = { workspace = true }
toml = "0.8"
serde_with = { workspace = true }
sqlx = { features = ["runtime-tokio-rustls", "sqlite"], optional = true, version = "0.7" }
sqlx = { features = ["runtime-tokio-rustls", "sqlite"], optional = true, version = "0.8" }
stretto = { features = ["async", "sync"], version = "0.8" }
tar = { version = "0.4" }
time = "0.3"
Expand Down

0 comments on commit 7e1fa51

Please sign in to comment.