Skip to content

Commit

Permalink
chore: update sqlx to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Sep 27, 2024
1 parent 1eee47c commit 3b15561
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 49 deletions.
103 changes: 55 additions & 48 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 @@ -96,7 +96,7 @@ reqwest = { version = "0.12.4", default-features = false }
serde = "1.0.203"
serde_json = "1.0.116"
serde_with = "3.8.1"
sqlx = { version = "0.7.4", default-features = false }
sqlx = { version = "0.8.2", default-features = false }
tempfile = "3.10.1"
testcontainers = "0.15.0"
testcontainers-modules = "0.3.6"
Expand Down

0 comments on commit 3b15561

Please sign in to comment.