From 09ba587426571e144f35ab2bbecd364be2773272 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Sun, 24 Aug 2025 14:12:08 +0200 Subject: [PATCH] chore: update base16ct dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 828e752..c27a3ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ itertools = "0.14" flate2 = "1.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -base16ct = { version = "0.2", features = ["alloc"] } +base16ct = { version = "0.3", features = ["alloc"] } sha2 = { version = "0.10", default-features = false } [profile.release]