Update deps (#113)

This commit is contained in:
June
2025-11-23 14:01:47 -06:00
committed by GitHub
parent cde86b4f2c
commit 09a332f07e
2 changed files with 225 additions and 195 deletions
+1 -1
View File
@@ -43,6 +43,7 @@ rayon = { version = "*", default-features = false }
# kittage = { path = "../kittage/", features = ["crossterm-tokio", "image-crate", "log"] }
kittage = { git = "https://github.com/itsjunetime/kittage.git", features = ["crossterm-tokio", "image-crate", "log"] }
memmap2 = "*"
csscolorparser = { version = "0.8.0", default-features = false }
# logging
log = "0.4.27"
@@ -50,7 +51,6 @@ flexi_logger = "0.31"
# for tracing with tokio-console
console-subscriber = { version = "0.5.0", optional = true }
csscolorparser = { version = "0.7.0" }
[profile.production]
inherits = "release"