Skip to content

Commit c518732

Browse files
fix(deps): update deno-lint (#821)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1a2f2f4 commit c518732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/deno-lint/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
annotate-snippets = { version = "0.11" }
1212
anyhow = "1"
13-
deno_ast = "=0.35.3"
14-
deno_lint = "=0.58.1"
13+
deno_ast = "=0.37.1"
14+
deno_lint = "=0.58.3"
1515
env_logger = "0.11"
1616
global_alloc = { path = "../../crates/alloc" }
1717
globwalk = "0.9"

0 commit comments

Comments
 (0)