1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 06:41:03 +02:00

Merge pull request #1026 from JakeStanger/dependabot/cargo/color-eyre-0.6.5

build(deps): bump color-eyre from 0.6.3 to 0.6.5
This commit is contained in:
Jake Stanger 2025-06-02 16:56:06 +01:00 committed by GitHub
commit da37126dd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -130,7 +130,7 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
tracing-error = { version = "0.2.1", default-features = false }
tracing-appender = "0.2.3"
strip-ansi-escapes = "0.2.0"
color-eyre = "0.6.3"
color-eyre = "0.6.5"
serde = { version = "1.0.219", features = ["derive"] }
indexmap = "2.9.0"
dirs = "6.0.0"