Skip to content

Commit

Permalink
Merge pull request #2039 from kinnison/kinnison/user-agent
Browse files Browse the repository at this point in the history
Update reqwest to 0.9.21
  • Loading branch information
kinnison authored Oct 4, 2019
2 parents 2ce2428 + 4741579 commit 856da77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 download/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ url = "1.7"
curl = { version = "0.4.11", optional = true }
env_proxy = { version = "0.3.1", optional = true }
lazy_static = { version = "1.0", optional = true }
reqwest = { version = "0.9.14", features = ["socks"], optional = true }
reqwest = { version = "0.9.21", features = ["socks"], optional = true }

[dev-dependencies]
futures = "0.1"
Expand Down

0 comments on commit 856da77

Please sign in to comment.