From 695bad1daad8172f1e5ac834eaceb0d15e1154ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 00:18:42 +0000 Subject: [PATCH] Bump anyhow from 1.0.43 to 1.0.63 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.43 to 1.0.63. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.43...1.0.63) --- 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 90c7f09..3a463c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,9 +39,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.43" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf" +checksum = "a26fa4d7e3f2eebadf743988fc8aec9fa9a9e82611acafd77c1462ed6262440a" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index 3982ed7..f0f8beb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" resolver = "2" [dependencies] -anyhow = "1.0.43" +anyhow = "1.0.63" bitflags = "1.3.2" crossbeam-channel = "0.5.1" iced = { version = "0.3.0", features = [ "tokio" ] }