Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Sep 23, 2024
1 parent 3e0b567 commit b8b1f1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aegis"
version = "0.6.6"
version = "0.6.7"
edition = "2018"
authors = ["Frank Denis <[email protected]>"]
description = "AEGIS authenticated ciphers (AEGIS-128, AEGIS-256, AEGIS-128X, AEGIS-256X)"
Expand All @@ -15,21 +15,21 @@ readme = "README.md"
version = "0.1"

[build-dependencies]
cc = "1.0.101"
cc = "1.1.21"

[dev-dependencies]
benchmark-simple = "0.1.9"
ascon-aead = "0.4.2"
aes-gcm = "0.10.3"
chacha20poly1305 = "0.10.1"
sthash = "0.2.15"
blake3 = "1.5.1"
blake3 = "1.5.4"

[dependencies]
aead = { optional = true, version = "0.6.0-rc.0", features = ["rand_core"] }

[target."cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))".dev-dependencies.boring]
version = "4.7.0"
version = "4.10.3"

[[bench]]
name = "benchmark"
Expand Down

0 comments on commit b8b1f1c

Please sign in to comment.