Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/algorithms/aes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ harness = false
name = "aesgcm"

[dev-dependencies]
aes-gcm = "0.10.3"
aes-gcm = "0.11.0"
criterion = "0.8.0"
hex = "0.4.3"
pretty_env_logger = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/protocols/hpke/rust_crypto_provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ x25519-dalek = { version = "2", features = ["static_secrets"] }
chacha20poly1305 = { version = "0.10", default-features = false, features = [
"alloc",
] }
aes-gcm = { version = "0.10", default-features = false, features = ["aes"] }
aes-gcm = { version = "0.11", default-features = false, features = ["aes"] }
# Post-quantum KEMs
# XXX: These are broken and pre-releases. Dropping them until they are stable.
x-wing = { version = "0.1.0-rc.0", default-features = false, optional = true }
Expand Down
Loading