diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-12-30 20:14:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-30 20:14:52 +0100 |
commit | 05dce9016500f8cb102acb7ad68c184aa1047dae (patch) | |
tree | ceb89ae99f82d9312d93d7380d572e26ff57b339 /cli | |
parent | 011d485ce5214a90aa64d557d8acdc0697c8ed49 (diff) |
bump reqwest to 0.10.0 (#3567)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 43cccd14f..6d1272ed9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -44,7 +44,7 @@ log = "0.4.8" rand = "0.7.2" regex = "1.3.1" remove_dir_all = "0.5.2" -reqwest = { git = "https://github.com/seanmonstar/reqwest.git", rev = "0ab5df3", features = ["rustls-tls", "stream"] } +reqwest = { version = "0.10.0", features = ["rustls-tls", "stream"] } ring = "0.16.9" rustyline = "5.0.4" serde = { version = "1.0.102", features = ["derive"] } |