From 986566fc37e4ee0c9fea28c19433196d390421e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 07:35:24 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.79 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c0c356..71f2997 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,9 +78,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.78" +version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca87830a3e3fb156dc96cfbd31cb620265dd053be734723f22b760d6cc3c3051" +checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "async-trait" diff --git a/Cargo.toml b/Cargo.toml index a964396..4abf1aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Andrew Rowson "] edition = "2021" [dependencies] -anyhow = "1.0.78" +anyhow = "1.0.79" bme280 = { version = "0.4.4", features = ["serde"] } linux-embedded-hal = "0.4.0-alpha.2" futures="0.3.30"