From c0bcf161cf97ceb494c6c339c47801a440d64294 Mon Sep 17 00:00:00 2001 From: Pierre Chifflier Date: Fri, 23 Feb 2024 10:38:37 +0100 Subject: [PATCH] Update hex-literal to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0146082..2b1e63c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,6 +49,6 @@ unstable = [] std = [] [dev-dependencies] -hex-literal = "0.3" +hex-literal = "0.4" pretty_assertions = "1.0" test-case = "3.0"