From dd1a6bcb1e777191709a1c381603a94a743a88b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 05:13:49 +0000 Subject: [PATCH] Bump anyhow from 1.0.61 to 1.0.68 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.61 to 1.0.68. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.61...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 ++-- src/launcher/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11a574e58..391304d61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,9 +70,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.61" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "508b352bb5c066aac251f6daf6b36eccd03e8a88e8081cd44959ea277a3af9a8" +checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" [[package]] name = "app" diff --git a/src/launcher/Cargo.toml b/src/launcher/Cargo.toml index 4ee970af1..426a7bce0 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.68" clap = "3.2.17" sha2 = "0.10.2"