From 7780e512e3713053f6cb79d5c4d2a5a59e560f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 16 Feb 2022 16:19:07 +0100 Subject: chore: upgrade deno_lint to 0.25.0 (#13683) --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 702b2cf0f..92687c283 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -49,7 +49,7 @@ deno_ast = { version = "0.11.0", features = ["bundler", "codegen", "dep_graph", deno_core = { version = "0.118.0", path = "../core" } deno_doc = "0.31.0" deno_graph = "0.23.0" -deno_lint = { version = "0.24.0", features = ["docs"] } +deno_lint = { version = "0.25.0", features = ["docs"] } deno_runtime = { version = "0.44.0", path = "../runtime" } atty = "=0.2.14" -- cgit v1.2.3