Skip to content

Commit

Permalink
Update Rust crate anyhow to 1.0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 2, 2023
1 parent 3ac2985 commit b91844f
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.72"
anyhow = "1.0.75"
cargo = "0.71.0"
clap = { version = "3.2.25", features = ["derive"] }
color-eyre = { version = "0.6.2", default-features = false }
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.72"
anyhow = "1.0.75"
camino = "1.1.6"
clap = "2.34.0"
guppy = { path = "../../guppy", features = ["proptest1", "summaries"] }
Expand Down

0 comments on commit b91844f

Please sign in to comment.