Skip to content

Commit

Permalink
switch from native-tls to rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbus committed Sep 18, 2024
1 parent 43aa360 commit 1adf0ba
Show file tree
Hide file tree
Showing 9 changed files with 349 additions and 507 deletions.
223 changes: 88 additions & 135 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ reqwest = { version = "0.12", optional = true, default-features = false, feature
"blocking",
"json",
"multipart",
"native-tls",
"rustls-tls",
] }
rgb-lib-migration = { path = "migration", version = "0.3.0-alpha.1" }
scrypt = { version = "0.11.0", default-features = false, features = [
Expand All @@ -52,7 +52,7 @@ scrypt = { version = "0.11.0", default-features = false, features = [
] }
sea-orm = { version = "=1.0.1", default-features = false, features = [
"macros",
"runtime-async-std-native-tls",
"runtime-async-std-rustls",
"sqlx-sqlite",
] }
sea-query = { version = "=0.31.0", default-features = false }
Expand Down
Loading

0 comments on commit 1adf0ba

Please sign in to comment.