From 98f611966bba0209c945465241696db8f508a330 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 00:58:17 +0000 Subject: [PATCH] chore(deps): update rust crate anyhow to 1.0.92 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 085264daa216..da9ca2add0e6 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 dcdfaee99328..8f380dacc67f 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"