Thomas 3 月之前
父节点
当前提交
f3afe60575
共有 2 个文件被更改,包括 24 次插入2 次删除
  1. 23 1
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 23 - 1
Cargo.lock

@@ -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"

+ 1 - 1
Cargo.toml

@@ -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"