From 740515c4aa956bbce1bf3ed7d3049b21022d14be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 12:37:50 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.72 to 1.0.74 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.72 to 1.0.74. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.72...1.0.74) --- 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 cbcd9e2..f601b49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,9 +118,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "8c6f84b74db2535ebae81eede2f39b947dcbf01d093ae5f791e5dd414a1bf289" [[package]] name = "ar" diff --git a/Cargo.toml b/Cargo.toml index 8ec2963..e9903cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ categories = ["command-line-utilities", "development-tools", "filesystem"] keywords = ["packages", "linux", "deb", "tarball", "docker"] [dependencies] -anyhow = "1.0.72" +anyhow = "1.0.74" async-recursion = "1.0.4" async-trait = "0.1.72" bollard = { git = "https://github.com/queer/bollard", rev = "2624ced" }