Skip to content

Commit 200b1d2

Browse files
Update Rust crate reqwest to 0.11.19
1 parent ecf829c commit 200b1d2

File tree

4 files changed

+187
-50
lines changed

4 files changed

+187
-50
lines changed

Cargo.lock

Lines changed: 82 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dirs = "4.0.0"
5454
# clippy = "*"
5555

5656
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
57-
reqwest = { version = "0.11.13", features = [ "blocking" ]}
57+
reqwest = { version = "0.11.19", features = [ "blocking" ]}
5858
glutin = "0.29.0"
5959

6060
[target.'cfg(target_arch = "wasm32")'.dependencies]

0 commit comments

Comments
 (0)