From 7860199d5635a1bb12770ef9bafe2e6238abb45a Mon Sep 17 00:00:00 2001 From: Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> Date: Sun, 11 Aug 2024 20:04:37 +0530 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2185b30..6a09038 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ sha2 = "0.10" async-channel = "1" async-executor = "1" async-io = "1" -eyre = "0.6" +eyre = "0.6.12" async-compat = "0.2" async-lock = "2" log = "0.4"