Skip to content

Commit

Permalink
fix(deps): update rust crate color-eyre to 0.6.3 (#191)
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 May 4, 2024
1 parent fb426be commit 8a7c14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catwalk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ thiserror = "1"
[target.'cfg(not(target_family = "wasm"))'.dependencies]
clap = { version = "4.5.4", features = ["derive"] }
clap_complete = { version = "4" }
color-eyre = { version = "0.6", default-features = false }
color-eyre = { version = "0.6.3", default-features = false }
ril = { version = "0.10", default-features = false, features = [
"png",
"resize",
Expand Down

0 comments on commit 8a7c14a

Please sign in to comment.