From d448379a37bebf769239df070d804464cdd18a98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 04:26:08 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.81 --- app/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Cargo.toml b/app/Cargo.toml index aa590549..3e2ee76c 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.75" +anyhow = "1.0.81" clap = { version = "4.4.11", features = ["derive"] } core = { path = "../core" } devices = { path = "../devices" }