rom: bump dependencies; further work for feature parity

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I27d00ffe0d27497bdc6c1f890af3bdfe6a6a6964
This commit is contained in:
raf 2026-02-04 17:54:55 +03:00
commit 27ecaac59c
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
11 changed files with 1274 additions and 337 deletions

View file

@ -7,7 +7,7 @@ version = "0.1.0"
edition = "2024"
authors = ["NotAShelf <raf@notashelf.dev>"]
description = "Pretty build graphs for Nix builds"
rust-version = "1.85"
rust-version = "1.91.1"
[workspace.dependencies]
anyhow = "1.0.100"
@ -19,6 +19,7 @@ crossterm = "0.29.0"
ratatui = "0.29.0"
indexmap = { version = "2.12.0", features = ["serde"] }
csv = "1.4.0"
chrono = "0.4.42"
thiserror = "2.0.17"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }