From a9f5c2ffb7850a1fbc1cca893e15ef791cea88c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 06:09:22 +0000 Subject: [PATCH] chore(deps): update rust crate anyhow to 1.0.99 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4aa1e0ede5e7..b713a408fcc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,9 +49,9 @@ checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea" [[package]] name = "anyhow" -version = "1.0.98" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" +checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" [[package]] name = "append-only-vec" diff --git a/Cargo.toml b/Cargo.toml index 7b8e9415ac94..27b9a7c0a434 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -187,7 +187,7 @@ biome_test_utils = { path = "./crates/biome_test_utils" } tests_macros = { path = "./crates/tests_macros" } # Crates needed in the workspace -anyhow = "1.0.98" +anyhow = "1.0.99" bpaf = { version = "0.9.20", features = ["derive"] } camino = "1.1.11" cfg-if = "1.0.1"