use ringbuffer branch of zstd-rs

This commit is contained in:
Simon Gardling 2022-04-18 21:11:59 -04:00
parent d2a873339d
commit faea9119e5

View File

@ -38,7 +38,7 @@ exmex = { git = "https://github.com/bertiqwerty/exmex.git", branch = "main", fea
] } ] }
lazy_static = "1.4.0" lazy_static = "1.4.0"
tar = "0.4.38" tar = "0.4.38"
ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git" } ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git", branch = "ringbuffer" }
serde_json = "1.0.79" serde_json = "1.0.79"
tracing = "0.1.34" tracing = "0.1.34"
itertools = "0.10.3" itertools = "0.10.3"