Skip to content

Commit def52ba

Browse files
committed
Auto merge of #115024 - RalfJung:anyhow, r=lqd
update anyhow This is the anyhow version of #114944, fixing Miri builds with an existing x.py cache by including dtolnay/anyhow#320. r? `@lqd`
2 parents 0510a15 + 83283a4 commit def52ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ dependencies = [
167167

168168
[[package]]
169169
name = "anyhow"
170-
version = "1.0.71"
170+
version = "1.0.75"
171171
source = "registry+https://github.com/rust-lang/crates.io-index"
172-
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
172+
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
173173
dependencies = [
174174
"backtrace",
175175
]

0 commit comments

Comments
 (0)