diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a11465a97..9d77f1fc4 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -29,7 +29,7 @@ deno_fetch = { path = "../op_crates/fetch", version = "0.21.0" } deno_web = { path = "../op_crates/web", version = "0.29.0" } deno_websocket = { path = "../op_crates/websocket", version = "0.4.0" } regex = "1.4.3" -serde = { version = "1.0.121", features = ["derive"] } +serde = { version = "1.0.123", features = ["derive"] } [target.'cfg(windows)'.build-dependencies] winapi = "0.3.9" @@ -46,27 +46,27 @@ base64 = "0.13.0" byteorder = "1.4.2" clap = "2.33.3" dissimilar = "1.0.2" -dprint-plugin-typescript = "0.38.5" +dprint-plugin-typescript = "0.39.1" dprint-plugin-markdown = "0.5.1" -encoding_rs = "0.8.26" +encoding_rs = "0.8.28" env_logger = "0.8.2" filetime = "0.2.14" http = "0.2.3" indexmap = "1.6.1" jsonc-parser = "0.15.1" lazy_static = "1.4.0" -libc = "0.2.82" -log = { version = "0.4.13", features = ["serde"] } -lspower = "0.6.0" +libc = "0.2.86" +log = { version = "0.4.14", features = ["serde"] } +lspower = "0.6.1" notify = "5.0.0-pre.4" percent-encoding = "2.1.0" -pin-project = "1.0.4" +pin-project = "1.0.5" regex = "1.4.3" -ring = "0.16.19" +ring = "0.16.20" rustyline = { version = "7.1.0", default-features = false } rustyline-derive = "0.4.0" semver-parser = "0.10.2" -serde = { version = "1.0.121", features = ["derive"] } +serde = { version = "1.0.123", features = ["derive"] } shell-escape = "0.1.5" sourcemap = "6.0.1" swc_bundler = "0.20.9" @@ -75,7 +75,7 @@ swc_ecmascript = { version = "0.18.8", features = ["codegen", "dep_graph", "pars tempfile = "3.2.0" termcolor = "1.1.2" text-size = "1.1.0" -tokio = { version = "1.1.1", features = ["full"] } +tokio = { version = "1.2.0", features = ["full"] } tokio-rustls = "0.22.0" uuid = { version = "0.8.2", features = ["v4"] } walkdir = "2.3.1" |