feat: v0.1.2, update denpencies
This commit is contained in:
10
Cargo.toml
10
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 <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"
|
||||
|
||||
Reference in New Issue
Block a user