summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-01-15 19:20:01 +0100
committerGitHub <noreply@github.com>2021-01-15 19:20:01 +0100
commita3007de950ad98f953a70b984c8af69bbc2da963 (patch)
treed9d126716bf1713766d9ececfb9df288e3467456 /cli
parent215ad88baa8e002612fc5082089abd80a6f7d502 (diff)
upgrade: deno_lint to 0.2.16 (#9127)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 08e562632..38809706f 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -38,7 +38,7 @@ winres = "0.1.11"
[dependencies]
deno_core = { path = "../core", version = "0.76.0" }
deno_doc = "0.1.20"
-deno_lint = "0.2.15"
+deno_lint = "0.2.16"
deno_runtime = { path = "../runtime", version = "0.6.0" }
atty = "0.2.14"