Mostly update dependencies but also resize when terminal resizes

This commit is contained in:
itsjunetime
2024-07-29 14:11:40 -06:00
parent d4d144d53a
commit 248c9b073a
4 changed files with 164 additions and 126 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ name = "tdf"
name = "tdf"
[dependencies]
poppler-rs = { version = "0.24.0", default-features = false, features = ["v23_7"] }
poppler-rs = { version = "0.24.1", default-features = false, features = ["v23_7"] }
cairo-rs = { version = "0.20.0", default-features = false, features = ["png"] }
# we're using this branch because it has significant performance fixes that I'm waiting on responses from the upstream devs to get upstreamed. See https://github.com/ratatui-org/ratatui/issues/1116
ratatui = { git = "https://github.com/itsjunetime/ratatui.git" }
@@ -31,7 +31,7 @@ itertools = "*"
flume = { version = "0.11.0", default-features = false, features = ["async"] }
# for tracing with tokio-console
console-subscriber = { version = "0.3.0", optional = true }
console-subscriber = { version = "0.4.0", optional = true }
[profile.production]
inherits = "release"