Skip to content

Commit 4741579

Browse files
committed
Update reqwest to 0.9.21
Signed-off-by: Daniel Silverstone <[email protected]>
1 parent 2ce2428 commit 4741579

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)