Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.89
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 16, 2024
1 parent 5a36cbb commit e0119d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.87"
anyhow = "1.0.89"
biome_flags = { git = "https://github.com/biomejs/biome.git", rev = "62efa7d0352534c5c644c0dcccfbbd058dff5752" }
biome_analyze = { git = "https://github.com/biomejs/biome.git", rev = "62efa7d0352534c5c644c0dcccfbbd058dff5752" }
biome_cli = { git = "https://github.com/biomejs/biome.git", rev = "62efa7d0352534c5c644c0dcccfbbd058dff5752" }
Expand Down

0 comments on commit e0119d1

Please sign in to comment.