diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-06-19 13:44:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-19 13:44:28 -0400 |
| commit | cddaacc955a8e0e0ab16298f9fad85af7efb1d03 (patch) | |
| tree | 6da2713badfeccbb19b540d238f7429ba04b2f78 /cli | |
| parent | 1c5ab8bf1acf8347d39da13c2a9d59c9ba003f3c (diff) | |
upgrade crates (#6378)
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" |
