From 12b495d1d89ca02c9fd8ba65cd8bd968a82bb119 Mon Sep 17 00:00:00 2001 From: Manuthor Date: Tue, 11 Jul 2023 10:18:13 +0200 Subject: [PATCH] feat: use crypto_core v9.0 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62048d63..8fe28824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [4.0.3] - 2023-07-11 + +### Features + +- Use crypto_core v9.0 + ## [4.0.2] - 2023-06-30 ### Features diff --git a/Cargo.toml b/Cargo.toml index c604117b..ab240c6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cosmian_findex" -version = "4.0.2" +version = "4.0.3" authors = [ "Chloé Hébant ", "Bruno Grieder ", @@ -30,7 +30,7 @@ live_compact = [] [dependencies] base64 = "0.21.2" -cosmian_crypto_core = { version = "8.0.0", features = ["aes", "sha3", "ser"], default-features = false } +cosmian_crypto_core = { version = "9.0.0", features = ["aes", "sha3", "ser"], default-features = false } rand = "0.8" tiny-keccak = { version = "2.0.2", features = ["kmac", "sha3"] } zeroize = "1.5"