diff --git a/Cargo.toml b/Cargo.toml index 957c2fe..d83339b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ exmex = { git = "https://github.com/bertiqwerty/exmex.git", branch = "main", fea ] } lazy_static = "1.4.0" 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" tracing = "0.1.34" itertools = "0.10.3"