From 254082d3b7311421a0624f180a7ea380212b702d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:58:21 +0000 Subject: [PATCH] fix(deps): update dependency anyhow to v3 --- core/common/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/common/pubspec.yaml b/core/common/pubspec.yaml index 923b10e23..5604a70f9 100644 --- a/core/common/pubspec.yaml +++ b/core/common/pubspec.yaml @@ -8,7 +8,7 @@ environment: resolution: workspace dependencies: - anyhow: 1.3.2 + anyhow: 3.0.1 collection: 1.19.1 rust_core: 1.3.7 simple_logger: 1.10.0