fix(deps): update rust crate color-eyre to 0.6.3

This commit is contained in:
renovate[bot] 2024-03-15 00:52:39 +00:00 committed by GitHub
parent af9ed75427
commit cff38119b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -159,9 +159,9 @@ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
[[package]]
name = "color-eyre"
version = "0.6.2"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5"
dependencies = [
"backtrace",
"eyre",

View File

@ -18,7 +18,7 @@ path-guid = "44B8D28F-3CF0-4AF6-A080-504A5E506882"
[dependencies]
clap = { version = "4.5.2", features = ["color", "deprecated", "derive"] }
color-eyre = { version = "0.6.2", default-features = false }
color-eyre = { version = "0.6.3", default-features = false }
regex = "1.10.3"
ureq = "2.9.6"