From ae2a2bb3d232fc6b3303ca110a487039416aac11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 11:46:40 +0000 Subject: [PATCH] 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 ++-- lib/build/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4560ee0..36d52a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,9 +34,9 @@ checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" [[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 = "async-trait" diff --git a/lib/build/Cargo.toml b/lib/build/Cargo.toml index 1857209..f1c0f74 100644 --- a/lib/build/Cargo.toml +++ b/lib/build/Cargo.toml @@ -9,7 +9,7 @@ readme = { workspace = true } description = "This is a tool to be used as a custom build command for a Cloudflare Workers `workers-rs` project." [dependencies] -anyhow = "1.0.72" +anyhow = "1.0.74" dirs-next = "2.0.0" flate2 = "1.0.26" tar = "0.4.40"