From a030452d0a3b35705e34bf971e7484c103503c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 22:04:53 +0000 Subject: [PATCH] Bump anyhow from 1.0.45 to 1.0.68 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.45 to 1.0.68. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.45...1.0.68) --- 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 a5be197..836e7ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.45" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7" +checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" [[package]] name = "atty" diff --git a/Cargo.toml b/Cargo.toml index db65eb6..c70dbfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ simplelog = "0.11" nix = "0.22" shlex = "1.1" sha2 = "0.9.8" -anyhow = "1.0.45" +anyhow = "1.0.68" thiserror = "1.0.30" [dev-dependencies]