feat: v0.1.2, update denpencies

This commit is contained in:
2024-11-15 22:36:42 +08:00
parent 6bdd2704b2
commit 56c1e79ff4

View File

@@ -1,6 +1,6 @@
[package]
name = "chacha20-poly1305-stream"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Cesar Eduardo Barros <cesarb@cesarb.eti.br>", "Hatter Jiang <jht5945@gmail.com>"]
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"