Skip to content

Commit 8e75199

Browse files
committed
Use rustls
1 parent f98041b commit 8e75199

File tree

2 files changed

+192
-1
lines changed

2 files changed

+192
-1
lines changed

Cargo.lock

Lines changed: 191 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ flatbuffers = "=25.2.10"
2626
get-size = { git = "https://github.com/VirxEC/get-size", branch = "update", features = ["derive"] }
2727

2828
[build-dependencies]
29-
reqwest = { version = "0.12.15", features = ["blocking"] }
29+
reqwest = { version = "0.12.15", features = ["blocking", "rustls-tls"] }
3030
zip = "2.6.1"
3131

3232
[profile.dev]

0 commit comments

Comments
 (0)