From 64da4939d4a8f9aa2f5a4ff45f365dc1d27dec3c Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Tue, 2 Sep 2025 01:18:45 +0000 Subject: [PATCH] Update Rust crate color-eyre to 0.6.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3110be2..01fe00da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ backoff = { version = "0.4", features = ["tokio"] } base64 = "0.22" clap = { version = "4", features = ["derive"] } clap-verbosity-flag = "3" -color-eyre = "0.6" +color-eyre = "0.6.5" dialoguer = "0.11" dirs = "6" futures = "0.3"