Skip to content

Commit 94535a3

Browse files
committed
upgrade color-eyre version
1 parent 18db9c3 commit 94535a3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ clap = { version = "4.5.32", features = [
5454
] }
5555
clap_complete = "4.5.46"
5656
clap_complete_fig = "4.4.0"
57-
color-eyre = "0.6.2"
57+
color-eyre = "0.6.5"
5858
color-print = "0.3.5"
5959
convert_case = "0.8.0"
6060
cookie = "0.18.1"

crates/q_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cfg-if.workspace = true
2828
clap.workspace = true
2929
clap_complete = "4.5.46"
3030
clap_complete_fig = "4.4.0"
31-
color-eyre = "0.6.2"
31+
color-eyre = "0.6.5"
3232
color-print = "0.3.5"
3333
convert_case.workspace = true
3434
crossterm.workspace = true

0 commit comments

Comments
 (0)