Skip to content

Commit

Permalink
Merge pull request #24 from axodotdev/avoid_openssl
Browse files Browse the repository at this point in the history
fix: use rustls over openssl
  • Loading branch information
mistydemeo authored Feb 29, 2024
2 parents e64b531 + 9f27478 commit af2dc30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 168 deletions.
168 changes: 1 addition & 167 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 @@ -35,7 +35,7 @@ tokio = { version = "1.36.0", features = ["full"], optional = true }
# github releases
reqwest = { version = "0.11", default-features = false, features = [
"blocking",
"default-tls",
"rustls-tls",
"json",
], optional = true }

Expand Down

0 comments on commit af2dc30

Please sign in to comment.