From a3fe6a7474268c01c3460b4365eccf2f8b96f75a Mon Sep 17 00:00:00 2001 From: Brent Pedersen Date: Fri, 22 Mar 2024 09:18:20 +0100 Subject: [PATCH] update stream-vbyte for decode performance https://bitbucket.org/marshallpierce/stream-vbyte-rust/commits/56dfab636bfe7372d4478c68142d18b4f8a7be10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a2975c7..fbd987d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ path = "src/main.rs" [dependencies] rust-htslib = { version = "0.38.2", features = ["libdeflate", "static"] } #bitpacking = "0.8.4" -stream-vbyte = { version = "0.4.0", features = ["x86_ssse3", "x86_sse41"] } +stream-vbyte = { version = "0.4.1", features = ["x86_ssse3", "x86_sse41"] } clap = { version = "~2.27.0", features = ["suggestions"] } c2rust-bitfields = "0.3.0" libc = "*"