code improvements and updates

This commit is contained in:
Simon Gardling
2022-05-11 14:44:25 -04:00
parent 66a05adefc
commit d9100c64cc
7 changed files with 35 additions and 30 deletions

View File

@@ -48,7 +48,6 @@ const_format = { version = "0.2", default-features = false, features = ["fmt"] }
cfg-if = "1"
lazy_static = "1"
ruzstd = { git = "https://github.com/Titaniumtown/zstd-rs.git", branch = "ringbuffer" }
serde_json = "1.0"
tracing = "0.1"
itertools = "0.10"
static_assertions = "1.1"