From d61559161fa25b8176c3b4678217292516a7804d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 05:02:39 +0000 Subject: [PATCH] Bump anyhow from 1.0.56 to 1.0.68 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.56 to 1.0.68. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.56...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 446c095..71cea1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,9 +37,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.56" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27" +checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" [[package]] name = "atomic-polyfill" diff --git a/Cargo.toml b/Cargo.toml index 3b030d3..8f50e8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ optional = true radio = { version = "0.11.1", features = ["mock"] } linux-embedded-hal = "0.4.0-alpha.2" simplelog = "0.9.0" -anyhow = "1.0.40" +anyhow = "1.0.68" structopt = "0.3.21" radio-sx128x = "0.18.0" embedded-hal = "1.0.0-alpha.7"