Skip to content

Commit

Permalink
Auto merge of rust-lang#115024 - RalfJung:anyhow, r=lqd
Browse files Browse the repository at this point in the history
update anyhow

This is the anyhow version of rust-lang#114944, fixing Miri builds with an existing x.py cache by including dtolnay/anyhow#320.

r? `@lqd`
  • Loading branch information
bors committed Aug 20, 2023
2 parents 0510a15 + 83283a4 commit def52ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ dependencies = [

[[package]]
name = "anyhow"
version = "1.0.71"
version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
dependencies = [
"backtrace",
]
Expand Down

0 comments on commit def52ba

Please sign in to comment.