From b3b70d5a7dab466759818e87138a1d35af957bda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:50:19 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.86 to 1.0.90 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.90. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.90) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3074142..af3b9fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,9 +118,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" [[package]] name = "ar" diff --git a/Cargo.toml b/Cargo.toml index c51764f..f43b38b 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.90" async-recursion = "1.1.0" async-trait = "0.1.81" bollard = "0.16.1"