Skip to content

Commit

Permalink
chore: use native-tls in mint
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Dec 15, 2023
1 parent 7aa42cb commit a54aa72
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 1 deletion.
110 changes: 110 additions & 0 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 moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ uuid = { version = "1.6.1", features = ["serde", "v4"] }

utoipa = { version = "4.1.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "5.0.0", features = ["axum"] }
sqlx = { version = "0.7.3", default-features = false, features = ["postgres", "runtime-tokio-rustls", "migrate", "macros", "uuid"] }
sqlx = { version = "0.7.3", default-features = false, features = ["postgres", "runtime-tokio", "tls-native-tls", "migrate", "macros", "uuid"] }

[dev-dependencies]
tempfile = "3.8.1"
Expand Down

0 comments on commit a54aa72

Please sign in to comment.