diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-02-21 15:43:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-21 10:43:49 -0500 |
| commit | 50207050118c17d36702003e126ed275882b478d (patch) | |
| tree | 4475058aa40bde9c6e8277f7bb70a538ec63f970 /Cargo.lock | |
| parent | 9166d8a4e9b0f611b1e06c9e339b44f7c450d72e (diff) | |
chore: bump deno_lint to 0.57.0 (#22513)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index a28876372..43544051e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1530,9 +1530,9 @@ dependencies = [ [[package]] name = "deno_lint" -version = "0.56.0" +version = "0.57.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0367f164f601211ea2593937d1b73c0f46ab966ab0f7b16d4eb1d7582a7be401" +checksum = "26add7f550069af3998cdfe63ee951382578ecf041b4f9adb5cbecdbf6480412" dependencies = [ "anyhow", "deno_ast", |
