Skip to content

Commit

Permalink
Merge pull request #52 from EspressoSystems/rm/update-sqlx
Browse files Browse the repository at this point in the history
Bump SQLx
  • Loading branch information
rob-maron authored Aug 19, 2024
2 parents 264bc16 + e77a1aa commit f6cc7c2
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 58 deletions.
90 changes: 33 additions & 57 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 cdn-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ redis = { version = "0.25", default-features = false, features = [
"tokio-comp",
] }

sqlx = { version = "0.7", default-features = false, features = [
sqlx = { version = "0.8", default-features = false, features = [
"sqlite",
"macros",
"migrate",
Expand Down

0 comments on commit f6cc7c2

Please sign in to comment.