Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jch-13 committed May 3, 2024
1 parent e6c0edb commit 8484026
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 27 deletions.
59 changes: 33 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ min-max-heap = { git = "https://github.com/tov/min-max-heap-rs", branch = "maste
slab = "0.4"
anyhow = "1.0"
mimalloc = { version = "0.1", default-features = false }
noodles = { version = "0.70", features = ["bam", "bgzf", "core", "cram", "fasta", "fastq", "sam"] }
noodles = { version = "0.71", features = ["bam", "bgzf", "core", "cram", "fasta", "fastq", "sam"] }
time = { version = "0.3", features = ["local-offset"] }
flate2 = "1.0"
bstr = { version = "1.9", features = ["serde"] }
Expand Down

0 comments on commit 8484026

Please sign in to comment.