diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7b1301a32..bd9e6fc66 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -20,21 +20,21 @@ deno_typescript = { path = "../deno_typescript", version = "0.48.0" } [dependencies] deno_core = { path = "../core", version = "0.48.0" } -deno_lint = { version = "0.1.10" } +deno_lint = "0.1.10" deno_typescript = { path = "../deno_typescript", version = "0.48.0" } atty = "0.2.14" -base64 = "0.12.1" -bytes = "0.5.4" +base64 = "0.12.2" +bytes = "0.5.5" byteorder = "1.3.4" clap = "2.33.1" -dirs = "2.0.2" -dissimilar = "1.0" +dirs = "1" +dissimilar = "1.0.2" dlopen = "0.1.8" dprint-plugin-typescript = "0.19.2" futures = { version = "0.3.5", features = ["compat", "io-compat"] } http = "0.2.1" -indexmap = "1.3.2" +indexmap = "1.4.0" lazy_static = "1.4.0" libc = "0.2.71" log = "0.4.8" @@ -42,11 +42,11 @@ notify = "5.0.0-pre.2" rand = "0.7.3" regex = "1.3.9" reqwest = { version = "0.10.6", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } -ring = "0.16.14" -rustyline = "6.1.2" -serde = { version = "1.0.111", features = ["derive"] } -serde_derive = "1.0.111" -serde_json = { version = "1.0.53", features = [ "preserve_order" ] } +ring = "0.16.15" +rustyline = { version = "6.2", default-features = false } +serde = { version = "1.0.112", features = ["derive"] } +serde_derive = "1.0.112" +serde_json = { version = "1.0.55", features = [ "preserve_order" ] } sys-info = "0.7.0" sourcemap = "5.0.0" tempfile = "3.1.0" |