Skip to content

Commit 6d2163b

Browse files
fix(deps): update rust crate annotate-snippets to 0.12 (#1043)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 960d38d commit 6d2163b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depracted/deno-lint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.1.0"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
annotate-snippets = { version = "0.11" }
11+
annotate-snippets = { version = "0.12" }
1212
anyhow = "1"
1313
deno_ast = "=0.49.0"
1414
deno_lint = "=0.77.0"

0 commit comments

Comments
 (0)