updates
Some checks failed
CI / matrix (push) Has been cancelled
CI / ${{ matrix.check }} (push) Has been cancelled
CI / build (push) Has been cancelled
CI / build-nixpkgs (push) Has been cancelled

This commit is contained in:
Robin Appelman 2024-11-06 18:47:04 +01:00
commit f66a115c50
2 changed files with 144 additions and 142 deletions

View file

@ -7,12 +7,12 @@ license = "GPL-3"
[dependencies]
main_error = "0.1.2"
thiserror = "1.0.63"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
regex = "1.10.5"
thiserror = "2.0.0"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
regex = "1.11.1"
log = "0.4.22"
clap = { version = "=4.1.3", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
logsmash-data = { version = "0.1.0", path = "./data" }
itertools = "0.13.0"
ratatui = "0.29.0"
@ -21,11 +21,11 @@ time = { version = "0.3.36", features = ["serde", "serde-well-known", "parsing",
hdrhistogram = "7.5.4"
ahash = "0.8.11"
base64 = "0.22.1"
derive_more = { version = "1.0.0-beta.6", features = ["from"] }
derive_more = { version = "1.0.0", features = ["from"] }
rayon = "1.10.0"
tar = "0.4.42"
zip = "2.1.5"
flate2 = "1.0.31"
tar = "0.4.43"
zip = "2.2.0"
flate2 = "1.0.34"
xz2 = "0.1.7"
bzip2-rs = "0.1.2"
ruzstd = "0.7.2"
@ -40,4 +40,4 @@ opt-level = 3
[profile.profiling]
inherits = "release"
debug = true
debug = true