Skip to content

Commit e30c2e6

Browse files
fix(deps): update rust crate annotate-snippets to 0.11 (#806)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 631f8e2 commit e30c2e6

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
@@ -8,7 +8,7 @@ version = "0.1.0"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
annotate-snippets = { version = "0.10" }
11+
annotate-snippets = { version = "0.11" }
1212
anyhow = "1"
1313
deno_ast = "=0.34.2"
1414
deno_lint = "=0.57.1"

0 commit comments

Comments
 (0)