From c9914d4a645fd18aeb0bd29657ece88fbc5df685 Mon Sep 17 00:00:00 2001 From: Jason Colburne Date: Mon, 4 Mar 2024 18:25:03 -0400 Subject: [PATCH] update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 73c3822..cfdc69c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cesride" -version = "0.6.3" +version = "0.6.4" edition = "2021" description = "Cryptographic primitives for use with Composable Event Streaming Representation (CESR)" license = "Apache-2.0" @@ -11,7 +11,7 @@ keywords = ["cesr", "keri", "acdc"] [dependencies] anyhow = "~1" argon2 = "~0.5" -base64 = "~0.21" +base64 = "~0.22" blake2 = "~0.10" blake3 = "~1" chrono = { version = "~0.4", default-features = false, features = ["clock"] }