diff --git a/Cargo.lock b/Cargo.lock index de2d1a04..a7272211 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -60,9 +60,9 @@ checksum = "70033777eb8b5124a81a1889416543dddef2de240019b674c81285a2635a7e1e" [[package]] name = "anyhow" -version = "1.0.52" +version = "1.0.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3" +checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0" [[package]] name = "atty" diff --git a/Cargo.toml b/Cargo.toml index 66a64245..80d36d66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ citation = [ semantic = [] [dependencies] -anyhow = "1.0.52" +anyhow = "1.0.53" bibutils-sys = { version = "0.1.1", optional = true } byteorder = "1.4.3" cancellation = "0.1"