|
|
@@ -11,7 +11,7 @@ glob = "0.3.2"
|
|
|
pandora_lib_scan = { git = "https://git.t0m4.fr/Thomas/pandora_lib_scan.git" }
|
|
|
pandora_lib_variants = { git = "https://git.t0m4.fr/Thomas/pandora_lib_variants.git" }
|
|
|
pandora_lib_assembler = { git = "https://git.t0m4.fr/Thomas/pandora_lib_assembler.git" }
|
|
|
-chrono = { version = "0.4.38", features = ["serde"] }
|
|
|
+chrono = { version = "0.4.40", features = ["serde"] }
|
|
|
csv = "1.3.0"
|
|
|
serde = { version = "1.0.204", features = ["derive"] }
|
|
|
serde_json = "1.0"
|
|
|
@@ -27,14 +27,15 @@ ctrlc = "3.4.4"
|
|
|
lazy_static = "1.5.0"
|
|
|
indicatif = "0.17.8"
|
|
|
rust-htslib = "0.49.0"
|
|
|
-arrow = "54.2.0"
|
|
|
+arrow = { git = "https://github.com/apache/arrow-rs" }
|
|
|
+# arrow = "54.2.1"
|
|
|
bgzip = "0.3.1"
|
|
|
tempfile = "3.14.0"
|
|
|
dashmap = { version = "6.1.0", features = ["rayon", "serde"] }
|
|
|
noodles-fasta = "0.48.0"
|
|
|
noodles-core = "0.16.0"
|
|
|
blake3 = "1.5.5"
|
|
|
-rusqlite = { version = "0.32.1", features = ["chrono", "serde_json"] }
|
|
|
+rusqlite = { version = "0.33.0", features = ["chrono", "serde_json"] }
|
|
|
dirs = "6.0.0"
|
|
|
noodles-gff = "0.43.0"
|
|
|
itertools = "0.14.0"
|