From d30264b7308b410e471ddacd2c39417b62facdd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 08:26:07 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.82 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d36eef..ae956f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rand = "0.8.5" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } dirs = "5.0.1" -anyhow = "1.0.81" +anyhow = "1.0.82" enigo = "0.1.3" [dev-dependencies]