From 08300fad569742369e6b0510d9eef29c304f7a9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 13:15:02 +0000 Subject: [PATCH] chore(deps): update rust crate anyhow to 1.0.82 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e692b03..332d27a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ resolver = "2" [workspace.dependencies] - anyhow = "1" + anyhow = "1.0.82" dprint-core = "0.66.1" ruff_fmt_config = { path = "crates/ruff_fmt_config" } ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.3.4" }