Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.11.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent ecf829c commit 6b9fb6b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 23 deletions.
14 changes: 10 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dirs = "4.0.0"
# clippy = "*"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
reqwest = { version = "0.11.13", features = [ "blocking" ]}
reqwest = { version = "0.11.14", features = [ "blocking" ]}
glutin = "0.29.0"

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down
34 changes: 17 additions & 17 deletions protocol/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ path = "../std_or_web"
version = "0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
reqwest = { version = "0.11.13", features = [ "blocking" ]}
reqwest = { version = "0.11.14", features = [ "blocking" ]}

0 comments on commit 6b9fb6b

Please sign in to comment.