From ea44af4a856e56b312eb1eaae368562e15e28a3f Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Wed, 24 Jul 2024 22:54:02 -0400 Subject: [PATCH] Upgrade `anyhow` to v1.0.86 (#15140) This PR upgrades `anyhow` to v1.0.86. Release Notes: - N/A --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 683bb89456..98d33e0535 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -265,9 +265,9 @@ checksum = "e78f17bacc1bc7b91fef7b1885c10772eb2b9e4e989356f6f0f6a972240f97cd" [[package]] name = "anyhow" -version = "1.0.83" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index 1313ad9ca4..df17fccc89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -287,7 +287,7 @@ zed_actions = { path = "crates/zed_actions" } alacritty_terminal = "0.23" any_vec = "0.13" -anyhow = "1.0.57" +anyhow = "1.0.86" ashpd = "0.9.1" async-compression = { version = "0.4", features = ["gzip", "futures-io"] } async-dispatcher = { version = "0.1" }