Bump reqwest to 0.11.13. Closes #751

This commit is contained in:
ice_iix 2022-12-31 17:24:32 -08:00
parent 3043b0ab02
commit 59b27dd745
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ dirs = "4.0.0"
# clippy = "*"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
reqwest = { version = "0.11.12", features = [ "blocking" ]}
reqwest = { version = "0.11.13", features = [ "blocking" ]}
glutin = "0.29.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.12", features = [ "blocking" ]}
reqwest = { version = "0.11.13", features = [ "blocking" ]}