Skip to content

Commit

Permalink
hotfix sqlx upstream issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dylhack committed Aug 24, 2023
1 parent 7955190 commit 05f0f18
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 15 deletions.
141 changes: 127 additions & 14 deletions cowserve/Cargo.lock

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

5 changes: 4 additions & 1 deletion cowserve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ tonic = "0.9.2"

[dependencies.sqlx]
version = "0.7.1"
features = ["chrono", "uuid", "postgres", "runtime-tokio", "time"]
features = ["chrono", "uuid", "postgres", "runtime-tokio", "time", "tls-native-tls"]
# see https://github.com/launchbadge/sqlx/pull/2670
git = "https://github.com/launchbadge/sqlx"
rev = "487b89a4b6c67aacd7c15b0814a450801333153c"

[dependencies.tokio]
version = "1.29.1"
Expand Down

0 comments on commit 05f0f18

Please sign in to comment.