Skip to content

Commit 1d159f0

Browse files
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](rootcause-rs/rootcause@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] <support@github.com>
1 parent 74663cf commit 1d159f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backpack/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tracing = { workspace = true }
2121
tracing-subscriber = { version = "0.3.22", features = ["env-filter", "json"] }
2222
terminal-banner = { workspace = true }
2323
rootcause = "0.12.0"
24-
rootcause-backtrace = "0.12.0"
24+
rootcause-backtrace = "0.13.0"
2525
tokio = { workspace = true }
2626
env-rs = { git = "https://github.com/yonasBSD/env.rs", version = "0.1.0" }
2727

0 commit comments

Comments
 (0)