summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-07-25 17:47:55 +0200
committerGitHub <noreply@github.com>2020-07-25 17:47:55 +0200
commit69552b1defcd77748de87fc4c9311b1baec1361d (patch)
treefa59617423e6c72f5cc56f4c3d67284086f21d8a /cli/Cargo.toml
parentb45f9a7357fad1d13c2fbffa5e419e064a3aa89f (diff)
upgrade: deno_lint v0.1.17 (#6869)
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 fe08952d7..556fe247c 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -23,7 +23,7 @@ winapi = "0.3.8"
[dependencies]
deno_core = { path = "../core", version = "0.50.0" }
-deno_lint = "0.1.16"
+deno_lint = "0.1.17"
atty = "0.2.14"
base64 = "0.12.2"