From e6f49b5a322135793ad9e227fb59ec8dbb486a3d Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Sun, 29 Sep 2024 16:07:10 +0200 Subject: [PATCH] test: update faster-hex --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index efde119..95c6c33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,9 @@ proptest = { version = "1.4", optional = true, default-features = false } cpufeatures = "0.2" [dev-dependencies] -faster-hex = { version = "0.9.0", default-features = false, features = ["alloc"] } +faster-hex = { version = "0.10.0", default-features = false, features = [ + "alloc", +] } hex = { version = "~0.4.2", default-features = false } hex-literal = "0.4" serde = { version = "1.0", default-features = false, features = ["derive"] }