Bump reqwest to 0.11.3. Closes #529

This commit is contained in:
ice_iix 2021-05-16 19:03:29 -07:00
parent fded89dfec
commit 50b75ec5da
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ dirs = "3.0.1"
# clippy = "*"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
reqwest = { version = "0.11.1", features = [ "blocking" ]}
reqwest = { version = "0.11.3", features = [ "blocking" ]}
glutin = "0.26.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.1", features = [ "blocking" ]}
reqwest = { version = "0.11.3", features = [ "blocking" ]}