diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-18 11:48:37 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 01:48:37 +0000 |
commit | 37315917625179063cb5653e2edd4ee0e5de99c5 (patch) | |
tree | 8f1d0ae7d547a07ea3a3012a8400e1f80e72e2b1 | |
parent | a7d67e3a7a6b2c66f366dd3448b82cbc297a4e77 (diff) |
chore: bump `deno_lint` to 0.66.0 (#25697)
-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 8b2d4fb80..9239facf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1701,9 +1701,9 @@ dependencies = [ [[package]] name = "deno_lint" -version = "0.65.0" +version = "0.66.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90a58ed695d2a04c43ff6f5fb03d1597f86e3748861c872ea5a9443da7512fc7" +checksum = "7f5d2c81b9e0308b43fc76c4ddf72663f590f7ded43e6cb80dfe7b85ab88ea00" dependencies = [ "anyhow", "deno_ast", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7dcd6456d..40e3844c2 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -69,7 +69,7 @@ deno_config = { version = "=0.34.2", features = ["workspace", "sync"] } deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "0.148.0", features = ["html", "syntect"] } deno_graph = { version = "=0.82.1" } -deno_lint = { version = "=0.65.0", features = ["docs"] } +deno_lint = { version = "=0.66.0", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.25.1" deno_package_json.workspace = true |