updates
Some checks are pending
CI / matrix (push) Waiting to run
CI / ${{ matrix.check }} (push) Blocked by required conditions
CI / build (push) Blocked by required conditions
CI / build-nixpkgs (push) Blocked by required conditions

This commit is contained in:
Robin Appelman 2024-11-04 16:45:32 +01:00
commit 1af4aa6de9
4 changed files with 182 additions and 203 deletions

View file

@ -17,12 +17,12 @@ logsmash-data = { version = "0.1.0", path = "./data" }
zip = "2.1.5"
flate2 = "1.0.31"
itertools = "0.13.0"
ratatui = "0.27.0"
ratatui = "0.29.0"
tinystr = { version = "0.7.6", features = ["serde"] }
time = { version = "0.3.36", features = ["serde", "serde-well-known", "parsing", "macros"] }
hdrhistogram = "7.5.4"
ahash = "0.8.11"
base64 = "0.21.7"
base64 = "0.22.1"
derive_more = { version = "1.0.0-beta.6", features = ["from"] }
rayon = "1.10.0"
tar = "0.4.42"