Skip to content

Commit

Permalink
build(deps): update rust crate anyhow to 1.0.94 (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 513f666 commit 6dfccbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ thiserror.workspace = true
tracing.workspace = true
flume.workspace = true
tokio.workspace = true
anyhow = { version = "1.0.93", features = ["backtrace"] }
anyhow = { version = "1.0.94", features = ["backtrace"] }
clap = { version = "4.5.21", features = ["wrap_help"] }
clap-verbosity-flag = "3.0.1"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
Expand Down

0 comments on commit 6dfccbf

Please sign in to comment.