Bump reqwest 0.11.12. Closes #728

This commit is contained in:
ice_iix 2022-10-23 16:16:03 -07:00
parent 07dc12a94d
commit a2b901dbdd
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.11", features = [ "blocking" ]}
reqwest = { version = "0.11.12", 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.11", features = [ "blocking" ]}
reqwest = { version = "0.11.12", features = [ "blocking" ]}