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