diff --git a/Cargo.lock b/Cargo.lock index d48d2f2..91d15d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,9 +117,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" [[package]] name = "ar" diff --git a/Cargo.toml b/Cargo.toml index 0000baa..9f46d2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/queer/peckish" homepage = "https://github.com/queer/peckish" [dependencies] -anyhow = "1.0.81" +anyhow = "1.0.83" async-recursion = "1.1.0" async-trait = "0.1.80" bollard = "0.16.0"