This commit is contained in:
Robin Appelman 2024-12-16 22:43:49 +01:00
commit a664daa606
6 changed files with 267 additions and 142 deletions

View file

@ -7,30 +7,30 @@ license = "GPL-3"
[dependencies]
main_error = "0.1.2"
thiserror = "2.0.0"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
thiserror = "2.0.7"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
regex = "1.11.1"
log = "0.4.22"
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
logsmash-data = { version = "0.1.0", path = "./data" }
itertools = "0.13.0"
ratatui = "0.29.0"
tinystr = { version = "0.7.6", features = ["serde"] }
time = { version = "0.3.36", features = ["serde", "serde-well-known", "parsing", "macros"] }
tinystr = { version = "0.8.0", features = ["serde"] }
time = { version = "0.3.37", features = ["serde", "serde-well-known", "parsing", "macros"] }
hdrhistogram = "7.5.4"
ahash = "0.8.11"
base64 = "0.22.1"
derive_more = { version = "1.0.0", features = ["from"] }
rayon = "1.10.0"
tar = "0.4.43"
zip = "2.2.0"
flate2 = "1.0.34"
zip = "2.2.2"
flate2 = "1.0.35"
xz2 = "0.1.7"
bzip2-rs = "0.1.2"
ruzstd = "0.7.2"
ruzstd = "0.7.3"
dialoguer = "0.11.0"
indicatif = { version = "0.17.8", features = ["rayon"] }
indicatif = { version = "0.17.9", features = ["rayon"] }
[target.'cfg(not(target_os = "windows"))'.dependencies]
tikv-jemallocator = "0.6.0"