diff --git a/Cargo.lock b/Cargo.lock index 3074142..6328245 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,9 +118,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" [[package]] name = "ar" diff --git a/Cargo.toml b/Cargo.toml index c51764f..bfb5fba 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.91" async-recursion = "1.1.0" async-trait = "0.1.81" bollard = "0.16.1"