Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.87
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Sep 7, 2024
1 parent da1fcea commit bad357e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nexlint-lints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0 OR MIT"

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.87"
camino = "1.1.9"
diffy = "0.3"
globset = "0.4.14"
Expand Down
2 changes: 1 addition & 1 deletion x/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0 OR MIT"

[dependencies]
structopt = "0.3.26"
anyhow = "1.0.86"
anyhow = "1.0.87"
env_logger = "0.10.1"
log = "0.4.22"
chrono = "0.4.38"
Expand Down

0 comments on commit bad357e

Please sign in to comment.