Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jch-13 committed Sep 5, 2023
1 parent 46e6a90 commit 112bd79
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 58 deletions.
100 changes: 43 additions & 57 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.49", features = ["bam", "bgzf", "core", "cram", "fasta", "fastq", "sam"] }
noodles = { version = "0.50", features = ["bam", "bgzf", "core", "cram", "fasta", "fastq", "sam"] }
time = { version = "0.3", features = ["local-offset"] }
flate2 = "1.0"

Expand Down

0 comments on commit 112bd79

Please sign in to comment.