summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-06-09 18:40:08 +0200
committerGitHub <noreply@github.com>2020-06-09 18:40:08 +0200
commit8366f36873bb7311f533e5e49d9ad13581b0b5c1 (patch)
treeee7beb3895d7ec1e3e1bc237627ecfff7c265438 /cli/Cargo.toml
parent1e0808d501cf9adea65e7cacd123ea4fea06a13a (diff)
upgrade: deno_lint v0.1.8 (#6208)
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 01a240d3a..667a6e2c3 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -20,7 +20,7 @@ deno_typescript = { path = "../deno_typescript", version = "0.47.1" }
[dependencies]
deno_core = { path = "../core", version = "0.47.1" }
-deno_lint = { version = "0.1.7" }
+deno_lint = { version = "0.1.8" }
deno_typescript = { path = "../deno_typescript", version = "0.47.1" }
atty = "0.2.14"