From 1b5842a37df05d8e5beae88c8cbc555460bbab81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 00:26:20 +0000 Subject: [PATCH] build(deps): Update rootcause-backtrace requirement Updates the requirements on [rootcause-backtrace](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-backtrace 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 f7bbd2b..3532c44 100644 --- a/backpack/cli/Cargo.toml +++ b/backpack/cli/Cargo.toml @@ -21,7 +21,7 @@ tracing = { workspace = true } tracing-subscriber = { version = "0.3.22", features = ["env-filter", "json"] } terminal-banner = { workspace = true } rootcause = "0.12.0" -rootcause-backtrace = "0.11.1" +rootcause-backtrace = "0.12.0" tokio = { workspace = true } env-rs = { git = "https://github.com/yonasBSD/env.rs", version = "0.1.0" }