diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-06-07 17:44:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 17:44:31 +0200 |
commit | d9df4347a1fbf0cf9d057fc111e4a890b0f16681 (patch) | |
tree | c3591bededfe5fd396b4abbd77019fb9d6b91e94 | |
parent | 7b9c59fd71f8aae60d7833a176f0566e1a8cfe4f (diff) |
chore: upgrade deno_lint 0.6.1 (#10882)
-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 8a05b44e6..07638346e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -693,9 +693,9 @@ dependencies = [ [[package]] name = "deno_lint" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09044802a942225a38963f186445ef9ac7222ca862cfc8bffe6fcf233b7b7456" +checksum = "08a749e74bfdc6dd0ce058d32ce3ff91c326ac649a7d28a648afc2ddc126434f" dependencies = [ "anyhow", "derive_more", 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" |