From cb631ce5aa3e209bf1aaa683681af0cc497c44e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 09:03:59 +0000 Subject: [PATCH] Bump anyhow from 1.0.72 to 1.0.73 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.72 to 1.0.73. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.72...1.0.73) --- 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 4367eea..c80bf14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,9 +62,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "f768393e7fabd388fe8409b13faa4d93ab0fef35db1508438dfdb066918bcf38" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index 35786a7..e704d53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Brian Hicks "] edition = "2018" [dependencies] -anyhow = "1.0.72" +anyhow = "1.0.73" bump_alloc = "0.1.0" clap = { version = "4.3.21", features = [ "std", "color", "suggestions", "cargo" ] } crossbeam = "0.8.2"