From 6745342789f48f4809fb9a44e02a5fe7c147ef58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 05:17:55 +0000 Subject: [PATCH] Bump anyhow from 1.0.61 to 1.0.69 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.61 to 1.0.69. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.61...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/launcher/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11a574e58..2b7de642a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,9 +70,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.61" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "508b352bb5c066aac251f6daf6b36eccd03e8a88e8081cd44959ea277a3af9a8" +checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" [[package]] name = "app" diff --git a/src/launcher/Cargo.toml b/src/launcher/Cargo.toml index 4ee970af1..3f0fcab10 100644 --- a/src/launcher/Cargo.toml +++ b/src/launcher/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] directories = "4.0.1" zip = "0.6.2" -anyhow = "1.0.61" +anyhow = "1.0.69" clap = "3.2.17" sha2 = "0.10.2"