From fac5812f28c54cdd0736eac078461e5eb5981bd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 03:21:50 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.94 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c2fb04ff..5347a78b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] - anyhow = "1.0.93" + anyhow = "1.0.94" biome_analyze = { git = "https://github.com/biomejs/biome.git", rev = "799cf2e2d1f74762671400d6f9b289ea5f5cabb0" } biome_cli = { git = "https://github.com/biomejs/biome.git", rev = "799cf2e2d1f74762671400d6f9b289ea5f5cabb0" } biome_configuration = { git = "https://github.com/biomejs/biome.git", rev = "799cf2e2d1f74762671400d6f9b289ea5f5cabb0" }