diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-01-12 10:21:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-12 10:21:53 +0100 |
| commit | 8fac8ab130b3cb8a93d7e0e37fa1ea6ea4cc2e4a (patch) | |
| tree | 8174a64c41202c63a3f76f17f6f0f4d3a775e75c /cli/Cargo.toml | |
| parent | 1ea06f9c847ac7254138c91de2b2b9f72662e164 (diff) | |
upgrade: tokio 0.2.9, reqwest 0.10.1 (#3653)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 15c46d108..ff1cf9738 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -45,7 +45,7 @@ log = "0.4.8" rand = "0.7.2" regex = "1.3.1" remove_dir_all = "0.5.2" -reqwest = { version = "0.10.0", default-features = false, features = ["rustls-tls", "stream", "gzip"] } +reqwest = { version = "0.10.1", default-features = false, features = ["rustls-tls", "stream", "gzip"] } ring = "0.16.9" rustyline = "5.0.6" serde = { version = "1.0.104", features = ["derive"] } @@ -55,7 +55,7 @@ source-map-mappings = "0.5.0" sys-info = "0.5.8" tempfile = "3.1.0" termcolor = "1.0.5" -tokio = { version = "0.2.6", features = ["full"] } +tokio = { version = "0.2.9", features = ["full"] } tokio-executor = "0.1.9" tokio-rustls = "0.12.1" url = "2.1.0" |
