diff --git a/Cargo.lock b/Cargo.lock index 011c085..849ae6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -892,18 +892,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" dependencies = [ "proc-macro2", "quote", diff --git a/barkit-extract/Cargo.toml b/barkit-extract/Cargo.toml index 92bc26d..2c48478 100644 --- a/barkit-extract/Cargo.toml +++ b/barkit-extract/Cargo.toml @@ -16,7 +16,7 @@ clap = { version = "4.5.18", features = ["derive", "env"] } flate2 = "1.0.33" regex = "1.10.6" seq_io = "0.3.2" -thiserror = "1.0.63" +thiserror = "1.0.64" rayon = "1.10.0" fancy-regex = "0.13.0" lz4 = "1.27.0"