Skip to content

Commit db9cac4

Browse files
fix(deps): update rust crate deno_lint to v0.45.0
1 parent 066aa2f commit db9cac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/deno-lint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
annotate-snippets = { version = "0.9", features = ["color"] }
1212
anyhow = "1"
1313
deno_ast = "=0.26.0"
14-
deno_lint = "=0.44.0"
14+
deno_lint = "=0.45.0"
1515
env_logger = "0.10"
1616
global_alloc = { path = "../../crates/alloc" }
1717
globwalk = "0.8"

0 commit comments

Comments
 (0)