From e7c685290a0b55523675af6ab46e31680be6cd26 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 12 Mar 2024 03:07:16 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.81 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8463daf..4f6b99a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ edition = "2021" [dependencies] serialport = "4.3.0" gtk = { version = "0.18.1", features = ["v3_24"] } -anyhow = { version = "1.0.80", features = ["backtrace"] } +anyhow = { version = "1.0.81", features = ["backtrace"] } glib = "0.18.5" -- 2.45.2