summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index d796d6631..b674690fe 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -35,8 +35,8 @@ winres = "0.1.11"
[dependencies]
deno_core = { path = "../core", version = "0.84.0" }
-deno_doc = "0.2.1"
-deno_lint = "0.3.0"
+deno_doc = "0.3.0"
+deno_lint = "0.4.0"
deno_runtime = { path = "../runtime", version = "0.11.0" }
atty = "0.2.14"