From 157ea80784e5fab40f5b34f8a6dc3b5172234c78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 07:15:42 +0000 Subject: [PATCH] chore(deps): update rust crate anyhow to 1.0.92 (#4457) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd1632b7ad2f..7b3d0e4388f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea" [[package]] name = "anyhow" -version = "1.0.91" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" +checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" [[package]] name = "ascii_table" diff --git a/Cargo.toml b/Cargo.toml index dfbdb996a01a..acf1f157aaa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -172,7 +172,7 @@ biome_ungrammar = { path = "./crates/biome_ungrammar" } tests_macros = { path = "./crates/tests_macros" } # Crates needed in the workspace -anyhow = "1.0.91" +anyhow = "1.0.92" bpaf = { version = "0.9.15", features = ["derive"] } countme = "3.0.1" crossbeam = "0.8.4"