diff --git a/Cargo.lock b/Cargo.lock index efddee3..66cfd9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -739,9 +739,9 @@ dependencies = [ [[package]] name = "noodles-bgzf" -version = "0.48.0" +version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da1dbf501b46281ca402b458211653bc8c510ea605400a1192d272a35360aa54" +checksum = "2ae8e8f7c1fd2e265d79241cea83e6f0ff7da2fa8922b5fe2f3eea8969823b60" dependencies = [ "bytes", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 082aa77..533cbb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ thiserror = "2" anyhow = "1" clap = { version = "4", features = ["derive"] } noodles-fastq = "0.23" -noodles-bgzf = "0.48" +noodles-bgzf = "0.49" memchr = "2" xxhash-rust = { version = "0.8", features = ["xxh3"] } bitstream-io = "4"