From 5eb729bf35ea653688ac25f6cea82bc6e06c9442 Mon Sep 17 00:00:00 2001 From: Johannes Koester Date: Fri, 10 May 2024 11:46:16 +0200 Subject: [PATCH] bump hts-sys --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0335ec6fb..b12df281b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ bio-types = ">=0.9" byteorder = "1.3" custom_derive = "0.1" derive-new = "0.5" -hts-sys = {version = "2.1.3", default-features = false, features = ["bindgen"]} +hts-sys = {version = "2.1.4", default-features = false, features = ["bindgen"]} ieee754 = "0.2" lazy_static = "1.4" libc = "0.2"