From 1d159f062638a8c16a1711e30143c714c62d8b1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 00:02:06 +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.12.0...v0.13.0) --- updated-dependencies: - dependency-name: rootcause-backtrace dependency-version: 0.13.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 3532c44..4af3b8d 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.12.0" +rootcause-backtrace = "0.13.0" tokio = { workspace = true } env-rs = { git = "https://github.com/yonasBSD/env.rs", version = "0.1.0" }