Update to reqwest 0.11.4. Closes #561

This commit is contained in:
ice_iix 2021-07-18 09:16:59 -07:00
parent d260162642
commit 70950b519c
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ dirs = "3.0.2"
# clippy = "*"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
reqwest = { version = "0.11.3", features = [ "blocking" ]}
reqwest = { version = "0.11.4", features = [ "blocking" ]}
glutin = "0.27.0"
[target.'cfg(target_arch = "wasm32")'.dependencies]

View File

@ -26,4 +26,4 @@ path = "../std_or_web"
version = "0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
reqwest = { version = "0.11.3", features = [ "blocking" ]}
reqwest = { version = "0.11.4", features = [ "blocking" ]}