From f28b7248fededab6d8ca6768acd3807626c329c3 Mon Sep 17 00:00:00 2001 From: Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:23:44 +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 af2e7a1..dbe911a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ bytemuck = { version = "1.14.0", features = ["derive"] } [dev-dependencies] # Error propagation anyhow = "1.0.75" -eyre = "0.6.8" +eyre = "0.6.12" miette = { version = "7.2.0", features = ["fancy"] } # Logging