Skip to content

Commit 856da77

Browse files
authored
Merge pull request #2039 from kinnison/kinnison/user-agent
Update reqwest to 0.9.21
2 parents 2ce2428 + 4741579 commit 856da77

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

download/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ url = "1.7"
2020
curl = { version = "0.4.11", optional = true }
2121
env_proxy = { version = "0.3.1", optional = true }
2222
lazy_static = { version = "1.0", optional = true }
23-
reqwest = { version = "0.9.14", features = ["socks"], optional = true }
23+
reqwest = { version = "0.9.21", features = ["socks"], optional = true }
2424

2525
[dev-dependencies]
2626
futures = "0.1"

0 commit comments

Comments
 (0)