From ec157cd1cd616491f623dcdd0747f88cfb174a67 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 20 Feb 2025 08:54:01 -0800 Subject: [PATCH] Use full patch description for hex --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c0a649e3..19b3f5db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ clap_complete = "4.3.2" once_cell = "1.17.1" env_logger = "0.11.1" handlebars = "6.0" -hex = "0.4" +hex = "0.4.3" log = "0.4.17" memchr = "2.5.0" opener = "0.7.0"