From b498cce81414564c94d62689b8e6042a30a4d2c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 21:10:49 +0000 Subject: [PATCH] fix(deps): update rust crate eyre to 0.6.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af58760..ddda51c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ color-eyre = "0.6.3" dotenvy = "0.15.7" enum_dispatch = "0.3.13" env_logger = "0.11.3" -eyre = "0.6.11" +eyre = "0.6.12" log = "0.4.21" poise = "0.6.1" octocrab = "0.38.0"