Skip to content

Commit

Permalink
chore: update sqlx to 0.8.2 (#323)
Browse files Browse the repository at this point in the history
* chore: update sqlx to 0.8.2

* fix: queries

* fix: update cached queries

* fix: format
  • Loading branch information
ngutech21 committed Sep 27, 2024
1 parent 1eee47c commit d57a6d7
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 52 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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d57a6d7

Please sign in to comment.