Skip to content

Commit

Permalink
Use rustls-tls instead of OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
DervexDev committed May 2, 2024
1 parent 0a74d83 commit e0ec9bf
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 1 deletion.
93 changes: 93 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fs-err = "2.6.0"
itertools = "0.10.5"
log = "0.4.14"
once_cell = "1.9.0"
reqwest = { version = "0.11.4", features = ["blocking"] }
reqwest = { version = "0.11.4", features = ["blocking", "rustls-tls"] }
semver = { version = "1.0.4", features = ["serde"] }
serde = { version = "1.0.129", features = ["derive"] }
serde_json = "1.0.67"
Expand Down

0 comments on commit e0ec9bf

Please sign in to comment.