diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-02-22 11:14:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-22 16:14:53 +0000 |
| commit | b4b718d6aefd7c234b8d632d0d67293a7ab9e22b (patch) | |
| tree | e4200943190b60c7cdf303203dbe7c60a53dc5be /cli/Cargo.toml | |
| parent | a2d942a778879282f9dbd0a7ad3bfedce9100d55 (diff) | |
fix(lint): revert no-deprecated-api for Deno.run (#17880)
Diffstat (limited to 'cli/Cargo.toml')
| -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 28aba8648..970a015cf 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -47,7 +47,7 @@ deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] deno_doc = "0.55.0" deno_emit = "0.15.0" deno_graph = "0.43.3" -deno_lint = { version = "0.38.0", features = ["docs"] } +deno_lint = { version = "0.40.0", features = ["docs"] } deno_lockfile.workspace = true deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "include_js_files_for_snapshotting"] } deno_task_shell = "0.8.1" |
