Skip to content

Commit

Permalink
fix(deps): update rust crate deno_ast to v0.35.1 (#817)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 5, 2024
1 parent 60102f8 commit 4d3d1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/deno-lint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib"]
[dependencies]
annotate-snippets = { version = "0.11" }
anyhow = "1"
deno_ast = "=0.35.0"
deno_ast = "=0.35.1"
deno_lint = "=0.58.1"
env_logger = "0.11"
global_alloc = { path = "../../crates/alloc" }
Expand Down

0 comments on commit 4d3d1b2

Please sign in to comment.