Skip to content

Commit

Permalink
Update Rust crate color-eyre to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Apr 30, 2024
1 parent 80ac298 commit 1ae5aaf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cargo-guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
ahash.workspace = true
camino = "1.1.6"
# disable tracing integration since we don't use it
color-eyre = { version = "0.6.2", default-features = false }
color-eyre = { version = "0.6.3", default-features = false }
clap = { version = "3.2.25", features = ["derive"] }
dialoguer = "0.11.0"
guppy = { version = "0.17.5", path = "../guppy", features = ["summaries"] }
Expand Down
2 changes: 1 addition & 1 deletion guppy-cmdlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
[dependencies]
# disable tracing integration since we don't use it
clap = { version = "3.2.25", features = ["derive"] }
color-eyre = { version = "0.6.2", default-features = false }
color-eyre = { version = "0.6.3", default-features = false }
guppy = { path = "../guppy" }
proptest = { version = "1.4.0", optional = true }
guppy-workspace-hack.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion internal-tools/cargo-compare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
anyhow = "1.0.82"
cargo = { version = "0.76.0", features = ["vendored-libgit2"] }
clap = { version = "3.2.25", features = ["derive"] }
color-eyre = { version = "0.6.2", default-features = false }
color-eyre = { version = "0.6.3", default-features = false }
diffus = "0.10.0"
either = "1.10.0"
fs_extra = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/cargo-hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ camino = "1.1.6"
cfg-if = "1.0.0"
clap = { version = "4.3.19", features = ["derive"] }
# disable tracing integration since we don't use it
color-eyre = { version = "0.6.2", default-features = false }
color-eyre = { version = "0.6.3", default-features = false }
dialoguer = "0.11.0"
duct = "0.13.7"
enable-ansi-support = "0.2.1"
Expand Down

0 comments on commit 1ae5aaf

Please sign in to comment.