summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2020-09-02 11:39:20 +0200
committerGitHub <noreply@github.com>2020-09-02 11:39:20 +0200
commitfe47da9f2334ed962743614fc3caad27902741af (patch)
tree3ecf460333a6dafcb143b77a7978c3a8eeb02457 /cli/Cargo.toml
parentb21f318e6818ebbe73ac1aadd8fa03f85207a8a0 (diff)
chore: multi line deno_lint diagnostics (#7303)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index a8d1e6a99..fed6028f5 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -30,7 +30,7 @@ winapi = "0.3.9"
[dependencies]
deno_core = { path = "../core", version = "0.55.0" }
deno_doc = { version = "0.1.3" }
-deno_lint = { version = "0.1.26", features = ["json"] }
+deno_lint = { version = "0.1.27", features = ["json"] }
atty = "0.2.14"
base64 = "0.12.3"