Skip to content

Commit

Permalink
fix(deps): update deno-lint (#813)
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 2, 2024
1 parent 8ed60b8 commit 60102f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/deno-lint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ crate-type = ["cdylib"]
[dependencies]
annotate-snippets = { version = "0.11" }
anyhow = "1"
deno_ast = "=0.34.2"
deno_lint = "=0.57.1"
deno_ast = "=0.35.0"
deno_lint = "=0.58.1"
env_logger = "0.11"
global_alloc = { path = "../../crates/alloc" }
globwalk = "0.9"
Expand Down

0 comments on commit 60102f8

Please sign in to comment.