summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-04-20 19:37:27 +0200
committerGitHub <noreply@github.com>2021-04-20 19:37:27 +0200
commit0cc01965760a63e951485c625209adb7ba44f86a (patch)
treebed5d85364769d2a6d5d2df4a800b9d0907c4393 /cli
parente23cfcd577d11cb5371477e72fcd19f0618ce330 (diff)
chore: upgrade deno_doc, deno_lint (#10268)
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"