Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.97
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Mar 4, 2025
1 parent 398fa7b commit 574c3ad
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 internal-tools/cargo-compare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
publish = false

[dependencies]
anyhow = "1.0.96"
anyhow = "1.0.97"
# need a cfg-expr update to use newer versions of Cargo
cargo = { version = "0.86.0", features = ["vendored-libgit2"] }
clap = { version = "3.2.25", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion internal-tools/fixture-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.96"
anyhow = "1.0.97"
camino = "1.1.9"
clap = "2.34.0"
guppy = { path = "../../guppy", features = ["proptest1", "summaries"] }
Expand Down

0 comments on commit 574c3ad

Please sign in to comment.