From 09b73f5381c85a5702562b8ca18ee0bb39fc8350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 22:54:12 +0000 Subject: [PATCH] build(deps): Update rootcause requirement from 0.11.1 to 0.12.0 Updates the requirements on [rootcause](https://github.com/rootcause-rs/rootcause) to permit the latest version. - [Release notes](https://github.com/rootcause-rs/rootcause/releases) - [Changelog](https://github.com/rootcause-rs/rootcause/blob/main/CHANGELOG.md) - [Commits](https://github.com/rootcause-rs/rootcause/compare/v0.11.1...v0.12.0) --- updated-dependencies: - dependency-name: rootcause dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backpack/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backpack/cli/Cargo.toml b/backpack/cli/Cargo.toml index 29ade08..f7bbd2b 100644 --- a/backpack/cli/Cargo.toml +++ b/backpack/cli/Cargo.toml @@ -20,7 +20,7 @@ human-panic = "2.0.6" tracing = { workspace = true } tracing-subscriber = { version = "0.3.22", features = ["env-filter", "json"] } terminal-banner = { workspace = true } -rootcause = "0.11.1" +rootcause = "0.12.0" rootcause-backtrace = "0.11.1" tokio = { workspace = true } env-rs = { git = "https://github.com/yonasBSD/env.rs", version = "0.1.0" }