Skip to content

Commit d976ce5

Browse files
build(deps): Update rootcause-backtrace requirement (#36)
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.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 855d670 commit d976ce5

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.11.1"
24+
rootcause-backtrace = "0.12.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)