mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
Migrate to using Rustls (#861)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user