Skip to content

Commit

Permalink
Migrate to using Rustls (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell authored Feb 20, 2024
1 parent ddb26c7 commit 02d79a4
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 145 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ jobs:
# easily.
CARGO_TARGET_DIR: output

# On platforms that use OpenSSL, ensure it is statically linked to
# make binaries more portable.
OPENSSL_STATIC: 1

- name: Create Release Archive
shell: bash
run: |
Expand Down
223 changes: 84 additions & 139 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 @@ -72,10 +72,10 @@ maplit = "1.0.2"
num_cpus = "1.15.0"
opener = "0.5.0"
rayon = "1.7.0"
reqwest = { version = "0.11.10", features = [
reqwest = { version = "0.11.10", default-features = false, features = [
"blocking",
"json",
"native-tls-vendored",
"rustls-tls",
] }
ritz = "0.1.0"
roblox_install = "1.0.0"
Expand Down

0 comments on commit 02d79a4

Please sign in to comment.