diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 67c7401b2..0da6bbd2c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -43,7 +43,7 @@ winres = "0.1.11" [dependencies] deno_core = { path = "../core", version = "0.88.1" } deno_doc = "0.5.0" -deno_lint = "0.6.0" +deno_lint = "0.6.1" deno_runtime = { path = "../runtime", version = "0.15.1" } atty = "0.2.14" |