Skip to content

Commit ad32e7a

Browse files
aw-client-rust: Update to reqwest 0.11
1 parent dd7962c commit ad32e7a

2 files changed

Lines changed: 83 additions & 50 deletions

File tree

Cargo.lock

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

aw-client-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2018"
55
authors = ["Johan Bjäreholt <johan@bjareho.lt>"]
66

77
[dependencies]
8-
reqwest = { version = "0.10", features = ["json", "blocking"] }
8+
reqwest = { version = "0.11", features = ["json", "blocking"] }
99
gethostname = "0.2"
1010
serde = "1.0"
1111
serde_json = "1.0"

0 commit comments

Comments
 (0)