about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-08-20 16:21:23 +0000
committerbors <bors@rust-lang.org>2023-08-20 16:21:23 +0000
commitdef52ba2b8d105601f7815fe768aa1cf9cdb3d93 (patch)
tree034cdf61b80b71bf5a5c02aa1293b15c09d52ffc
parent0510a1526d4135861226281eed38114ab71a12f0 (diff)
parent83283a437e84cf3c22cf20a9d262bc039a91b78c (diff)
downloadrust-def52ba2b8d105601f7815fe768aa1cf9cdb3d93.tar.gz
rust-def52ba2b8d105601f7815fe768aa1cf9cdb3d93.zip
Auto merge of #115024 - RalfJung:anyhow, r=lqd
update anyhow

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

r? `@lqd`
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 47d6b3c44a8..266f34e69ed 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
 ]