From 5ecce37e0223b331ed71d8bc1e8c951110c16642 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 17 May 2024 18:08:04 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.84 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17d0a16..51f35bb 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.83", features = ["backtrace"] } +anyhow = { version = "1.0.84", features = ["backtrace"] } glib = "0.18.5"