Skip to content

Commit

Permalink
up the dependencies while we are at it
Browse files Browse the repository at this point in the history
  • Loading branch information
Ward Deboutte committed Jan 22, 2025
1 parent 59baa06 commit 6e7ceac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ name = "hp"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.22.5", features = ["extension-module"] }
rust-htslib = "0.47.0"
pyo3 = { version = "0.23.4", features = ["extension-module"] }
rust-htslib = "0.49.0"
rayon = "1.10.0"
itertools = "0.12.1"
itertools = "0.14.0"
bigtools = "0.5.3"
tokio = "*"
flate2 = "*"
Expand Down

0 comments on commit 6e7ceac

Please sign in to comment.