diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a18b117b3..58d142195 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -20,19 +20,19 @@ deno = { path = "../core" } ansi_term = "0.11.0" atty = "0.2.11" -clap = "2.32.0" +clap = "2.33.0" dirs = "1.0.5" flatbuffers = "0.5.0" -futures = "0.1.25" -http = "0.1.16" -hyper = "0.12.25" +futures = "0.1.26" +http = "0.1.17" +hyper = "0.12.27" hyper-rustls = "0.16.1" integer-atomics = "1.0.2" lazy_static = "1.3.0" libc = "0.2.51" log = "0.4.6" rand = "0.6.5" -regex = "1.1.2" +regex = "1.1.5" remove_dir_all = "0.5.1" ring = "0.14.6" rustyline = "3.0.0" @@ -48,4 +48,4 @@ tokio-threadpool = "0.1.13" url = "1.7.2" [target.'cfg(windows)'.dependencies] -winapi = "0.3.6" +winapi = "0.3.7" |