Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 9eaf1d8 commit cb5bfaf
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 53 deletions.
82 changes: 31 additions & 51 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions aer_web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ select = "0.5.0"
rstest = "0.10.0"

[target.'cfg(unix)'.dependencies]
reqwest = { version = "0.11.3", features = ["blocking"] }
reqwest = { version = "0.11.9", features = ["blocking"] }

[target.'cfg(windows)'.dependencies]
reqwest = { version = "0.11.3", features = ["blocking", "rustls-tls"] }
reqwest = { version = "0.11.9", features = ["blocking", "rustls-tls"] }

0 comments on commit cb5bfaf

Please sign in to comment.