Skip to content

Commit 06a1443

Browse files
committed
Update deps
1 parent ca5e1bc commit 06a1443

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ readme = "README.md"
1515
version = "0.1"
1616

1717
[build-dependencies]
18-
cc = "1.2.38"
18+
cc = "1.2.44"
1919

2020
[dev-dependencies]
2121
benchmark-simple = "0.1.10"
22-
ascon-aead = "0.5.1"
22+
ascon-aead = "0.5.2"
2323
aes-gcm = "0.10.3"
2424
chacha20poly1305 = "0.10.1"
2525
sthash = "0.2.16"
@@ -28,7 +28,7 @@ ct-codecs = "1.1"
2828
serde_json = "1.0"
2929

3030
[dependencies]
31-
aead = { optional = true, version = "0.6.0-rc.2", features = ["rand_core"] }
31+
aead = { optional = true, version = "0.6.0-rc.3", features = ["rand_core"] }
3232
softaes = { version = "0.1", optional = true }
3333

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

0 commit comments

Comments
 (0)