Update to reqwest 0.11.10

This commit is contained in:
Lucien Greathouse
2022-05-22 19:16:43 -04:00
parent 57005c4fd5
commit eaac539087
4 changed files with 145 additions and 778 deletions

View File

@@ -75,7 +75,7 @@ maplit = "1.0.2"
notify = "4.0.17"
opener = "0.5.0"
regex = "1.5.4"
reqwest = "0.9.24"
reqwest = { version = "0.11.10", features = ["blocking", "json"] }
ritz = "0.1.0"
rlua = "0.17.1"
roblox_install = "1.0.0"