From 86d717bbb228d28cb78ecdbfe8e348fd7b70dbf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 03:21:41 +0000 Subject: [PATCH] Bump anyhow from 1.0.68 to 1.0.72 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.68 to 1.0.72. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.68...1.0.72) --- 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 651ecd8..82fd1ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.68" +version = "1.0.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" +checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" [[package]] name = "arrayvec" diff --git a/Cargo.toml b/Cargo.toml index c7c7e3c..c92af90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ cargo = "0.67" crates-io = "0.34" # Keep in sync with version pulled by Cargo curl = "0.4.44" env_logger = "0.10" -anyhow = "1.0.68" +anyhow = "1.0.72" log = "0.4" semver = "1.0" # Keep in sync with version pulled by Cargo serde = { version = "1.0.152", features = ["derive"] }