From b4424c685190de7f637984071bfa803e5459861c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 21:18:41 +0000 Subject: [PATCH] Bump anyhow from 1.0.62 to 1.0.69 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.62 to 1.0.69. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.62...1.0.69) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/rm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0acf322..0290560 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.62" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305" +checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" [[package]] name = "arch" diff --git a/src/rm/Cargo.toml b/src/rm/Cargo.toml index c4c233f..b217cf9 100644 --- a/src/rm/Cargo.toml +++ b/src/rm/Cargo.toml @@ -8,5 +8,5 @@ edition = "2021" [dependencies] clap = { version = "3.1.18", features = ["derive"] } rand = "0.8.5" -anyhow = "1.0.6" +anyhow = "1.0.69" promptly = "0.3.1"