diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-25 00:31:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-25 00:31:20 +0100 |
commit | a4e64fb7da40f76fe4448a4cc58e30deeee3d5d5 (patch) | |
tree | 1f1cd178bec4fae7abd13eba9572c4473e481ecd | |
parent | 8dd71b6f1d5f30a44bb4dd37dc7a193f48191483 (diff) |
chore: upgrade deno_lint to 0.55.0 (#22092)
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | cli/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index e11182fc7..a282272c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1484,9 +1484,9 @@ dependencies = [ [[package]] name = "deno_lint" -version = "0.54.0" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b328d3abd54ff84f99f016a378effd02056365e0734db5c5ac142f6dc9ad47ea" +checksum = "e4206ae1648af512665b35d3484880a609a1afcbcf8e14887978579fb1abcaf3" dependencies = [ "anyhow", "deno_ast", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 14ba2757d..a8cebdbb0 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -60,7 +60,7 @@ deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] deno_doc = { version = "=0.94.1", features = ["html"] } deno_emit = "=0.34.0" deno_graph = "=0.63.5" -deno_lint = { version = "=0.54.0", features = ["docs"] } +deno_lint = { version = "=0.55.0", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.16.0" deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] } |