diff options
author | Ry Dahl <ry@tinyclouds.org> | 2020-01-17 13:57:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-17 13:57:56 -0500 |
commit | aedf8721cf7f696326bbdcb23ea6a464c55f081c (patch) | |
tree | 321b80f33525a9c11f83a6ee4731e1295ece345f /cli | |
parent | d776ca8f2e02dea210b50b28a4e4c20f31eed1f6 (diff) |
Upgrade crate deps (#3699)
Remove unused tokio-executor dep
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ff1cf9738..2d1f7e7bb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -56,7 +56,6 @@ sys-info = "0.5.8" tempfile = "3.1.0" termcolor = "1.0.5" tokio = { version = "0.2.9", features = ["full"] } -tokio-executor = "0.1.9" tokio-rustls = "0.12.1" url = "2.1.0" utime = "0.2.1" |