Skip to content

Commit

Permalink
benches: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Mar 7, 2025
1 parent 31bd327 commit 5058abc
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version = "1.56"

[dependencies]
criterion = "0.4.0"
rand = "0.8.5"
rand = "0.9.0"
aes = "=0.9.0-pre.2"
aes-gcm = { path = "../aes-gcm/" }
aes-gcm-siv = { path = "../aes-gcm-siv/" }
Expand Down Expand Up @@ -53,3 +53,16 @@ harness = false
name = "eax"
path = "src/eax.rs"
harness = false

[patch.crates-io]
aead-stream = { path = "../aead-stream" }

aead = { git = "https://github.com/RustCrypto/traits.git" }
aes = { git = "https://github.com/RustCrypto/block-ciphers.git" }
chacha20 = { git = "https://github.com/RustCrypto/stream-ciphers.git" }
ctr = { git = "https://github.com/baloo/block-modes.git", branch = "baloo/edition-2024" }

cmac = { git = "https://github.com/RustCrypto/MACs.git" }
pmac = { git = "https://github.com/RustCrypto/MACs.git" }

ghash = { git = "https://github.com/RustCrypto/universal-hashes.git" }

0 comments on commit 5058abc

Please sign in to comment.