diff --git a/Cargo.lock b/Cargo.lock index a6ffc453..b317fbf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,9 +51,9 @@ checksum = "70033777eb8b5124a81a1889416543dddef2de240019b674c81285a2635a7e1e" [[package]] name = "anyhow" -version = "1.0.54" +version = "1.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a99269dff3bc004caa411f38845c20303f1e393ca2bd6581576fa3a7f59577d" +checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd" [[package]] name = "atty" diff --git a/Cargo.toml b/Cargo.toml index ad6a3334..6b30bacc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ citation = [ semantic = [] [dependencies] -anyhow = "1.0.54" +anyhow = "1.0.55" bibutils-sys = { version = "0.1.1", optional = true } byteorder = "1.4.3" cancellation = "0.1"