From 56c1e79ff43f543aac78b0d6def99a2334e719e5 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Fri, 15 Nov 2024 22:36:42 +0800 Subject: [PATCH] feat: v0.1.2, update denpencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5c69a6e..e628a44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chacha20-poly1305-stream" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Cesar Eduardo Barros ", "Hatter Jiang "] description = "A pure Rust implementation of the ChaCha20-Poly1305 AEAD from RFC 7539." @@ -16,10 +16,10 @@ simd_opt = ["simd"] simd_asm = ["simd_opt"] [dependencies] -constant_time_eq = "0.1.0" -clippy = { version = "0.0.37", optional = true } +constant_time_eq = "0.1" +clippy = { version = "0.0", optional = true } hex = "0.4.3" [dev-dependencies] -chacha20-poly1305-aead = "0.1.2" -benchmark-simple = "0.1.8" +chacha20-poly1305-aead = "0.1" +benchmark-simple = "0.1"