@@ -2985,7 +2985,7 @@ dependencies = [
"rand 0.9.2",
"rayon",
"rusqlite",
- "rust-htslib 0.49.0",
+ "rust-htslib 0.50.0",
"semver 1.0.26",
"serde",
"serde_json",
@@ -3719,6 +3719,28 @@ dependencies = [
"url",
]
+[[package]]
+name = "rust-htslib"
+version = "0.50.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f7ec28c79f6b9ba90c45b33a519724708558dcaf73a3e37179586b8da9890630"
+dependencies = [
+ "bio-types",
+ "byteorder",
+ "custom_derive",
+ "derive-new 0.7.0",
+ "hts-sys",
+ "ieee754",
+ "lazy_static",
+ "libc",
+ "libz-sys",
+ "linear-map",
+ "newtype_derive",
+ "regex",
+ "thiserror 2.0.15",
+ "url",
+]
+
[[package]]
name = "rust-lapper"
version = "1.2.0"
@@ -26,7 +26,7 @@ hashbrown = { version = "0.15.0", features = ["rayon"] }
ctrlc = "3.4.4"
lazy_static = "1.5.0"
indicatif = "0.17.8"
-rust-htslib = "0.49.0"
+rust-htslib = "0.50.0"
arrow = { git = "https://github.com/apache/arrow-rs" }
# arrow = "54.2.1"
bgzip = "0.3.1"