Skip to content

Commit

Permalink
chore: to native-tls
Browse files Browse the repository at this point in the history
  • Loading branch information
yansongda committed Nov 7, 2023
1 parent 69e4933 commit 5b0576e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 99 deletions.
125 changes: 27 additions & 98 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 @@ -24,7 +24,7 @@ axum = { version = "~0.6.4" }
tower = { version = "~0.4.12" }
tower-http = { version = "~0.4.4", features = ["cors", "request-id", "trace"] }

sea-orm = { version = "~0.12.0", features = ["runtime-tokio-rustls", "sqlx-sqlite", "sqlx-mysql"] }
sea-orm = { version = "~0.12.0", features = ["runtime-tokio-native-tls", "sqlx-sqlite", "sqlx-mysql"] }

reqwest = { version = "~0.11.22" }

Expand Down

0 comments on commit 5b0576e

Please sign in to comment.