Skip to content

Commit

Permalink
aw-client-rust: Update to reqwest 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-bjareholt committed Jan 6, 2021
1 parent dd7962c commit ad32e7a
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 50 deletions.
131 changes: 82 additions & 49 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 aw-client-rust/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
authors = ["Johan Bjäreholt <johan@bjareho.lt>"]

[dependencies]
reqwest = { version = "0.10", features = ["json", "blocking"] }
reqwest = { version = "0.11", features = ["json", "blocking"] }
gethostname = "0.2"
serde = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit ad32e7a

Please sign in to comment.