We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5e1bc commit 06a1443Copy full SHA for 06a1443
Cargo.toml
@@ -15,11 +15,11 @@ readme = "README.md"
15
version = "0.1"
16
17
[build-dependencies]
18
-cc = "1.2.38"
+cc = "1.2.44"
19
20
[dev-dependencies]
21
benchmark-simple = "0.1.10"
22
-ascon-aead = "0.5.1"
+ascon-aead = "0.5.2"
23
aes-gcm = "0.10.3"
24
chacha20poly1305 = "0.10.1"
25
sthash = "0.2.16"
@@ -28,7 +28,7 @@ ct-codecs = "1.1"
28
serde_json = "1.0"
29
30
[dependencies]
31
-aead = { optional = true, version = "0.6.0-rc.2", features = ["rand_core"] }
+aead = { optional = true, version = "0.6.0-rc.3", features = ["rand_core"] }
32
softaes = { version = "0.1", optional = true }
33
34
[target."cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))".dev-dependencies.boring]
0 commit comments