Skip to content

Commit 56c56d0

Browse files
committed
[Cargo.toml] bump reqwest to v0.10.2
async GET requests are now default, need to include blocking feature to support the current blocking HTTP GET request approach
1 parent aa2bb1a commit 56c56d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ git2 = "0.11"
2121
log = "0.4"
2222
pbr = "1.0.2"
2323
regex = "1.3.4"
24-
reqwest = "0.9"
24+
reqwest = { version = "0.10.2", features = ["blocking"] }
2525
rustc_version = "0.2"
2626
structopt = "0.3.9"
2727
tar = "0.4"

0 commit comments

Comments
 (0)