From 96883b26e646d81c1caa47b43e4169466e3fcede Mon Sep 17 00:00:00 2001 From: Rob Patro Date: Sat, 2 Mar 2024 22:10:12 -0500 Subject: [PATCH] fix: bump deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f4cc2d2..0e2cfaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oarfish" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = [ "Zahra Zare Jousheghani ", @@ -34,9 +34,9 @@ anyhow = "1.0.80" bio-types = "1.0.1" clap = { version = "4.5.1", features = ["derive"] } coitrees = "0.4.0" -noodles-bam = "0.55.0" +noodles-bam = "0.56.0" noodles-gtf = "0.23.0" -noodles-sam = "0.52.0" +noodles-sam = "0.53.0" num-format = "0.4.4" tabled = "0.15.0" tracing = "0.1.40"