diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-07-23 00:23:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-23 00:23:52 +0200 |
commit | b573bbe4471c3872f96e1d7b9d1d1a2b39ff4cf1 (patch) | |
tree | 555f2af5bbf7d3b522f0b1234fc3accfb3556264 /cli | |
parent | 587eefe7736efe70532124ca4ac93899f4ffbb8c (diff) |
upgrade: tokio 0.2.22 (#6838)
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 7dc64b9ba..58afdf019 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -52,7 +52,7 @@ sys-info = "0.7.0" sourcemap = "6.0.0" tempfile = "3.1.0" termcolor = "1.1.0" -tokio = { version = "0.2.21", features = ["full"] } +tokio = { version = "0.2.22", features = ["full"] } tokio-rustls = "0.13.1" url = "2.1.1" utime = "0.3.0" |