diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2022-06-15 13:48:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 13:48:53 -0400 |
commit | d0dec8d36b751638d15a44ef790a36049f1bc359 (patch) | |
tree | 72c814a94f93c1c7a8c76773a185820279f90d16 /cli | |
parent | 3d2394954c61a434bd6227ad3e0c5dea38361b6a (diff) |
chore: upgrade various deps (#14876)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 56cae2090..c2efb456f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -36,7 +36,7 @@ deno_web = { version = "0.87.0", path = "../ext/web" } deno_webgpu = { version = "0.57.0", path = "../ext/webgpu" } deno_websocket = { version = "0.61.0", path = "../ext/websocket" } deno_webstorage = { version = "0.51.0", path = "../ext/webstorage" } -regex = "=1.5.5" +regex = "=1.5.6" serde = { version = "=1.0.136", features = ["derive"] } zstd = '=0.11.1' @@ -75,16 +75,16 @@ import_map = "=0.11.0" indexmap = "1.8.1" jsonc-parser = { version = "=0.19.0", features = ["serde"] } libc = "=0.2.126" -log = { version = "=0.4.16", features = ["serde"] } +log = { version = "=0.4.17", features = ["serde"] } mitata = '=0.0.7' node_resolver = "=0.1.1" -notify = "=5.0.0-pre.14" -once_cell = "=1.10.0" +notify = "=5.0.0-pre.15" +once_cell = "=1.12.0" os_pipe = "=1.0.1" percent-encoding = "=2.1.0" pin-project = "=1.0.10" rand = { version = "=0.8.5", features = ["small_rng"] } -regex = "=1.5.5" +regex = "=1.5.6" ring = "=0.16.20" rustyline = { version = "=9.1.2", default-features = false } rustyline-derive = "=0.6.0" @@ -104,8 +104,8 @@ swc_ecma_transforms_typescript = "=0.117.0" swc_ecma_utils = "=0.85.0" text-size = "=1.1.0" text_lines = "=0.4.1" -tokio = { version = "=1.17", features = ["full"] } -tokio-util = "=0.7.1" +tokio = { version = "=1.19", features = ["full"] } +tokio-util = "=0.7.2" tower-lsp = "=0.17.0" twox-hash = "=1.6.2" typed-arena = "2.0.1" |