Skip to content
Merged
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions mls-rs-crypto-awslc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ post-quantum = ["aws-lc-rs/unstable", "mls-rs-core/post-quantum"]
default = ["non-fips"]

[dependencies]
aws-lc-rs = { version = "=1.13.1", default-features = false, features = ["alloc"] }
aws-lc-sys = { version = "=0.29", optional = true }
aws-lc-rs = { version = "=1.14.1", default-features = false, features = ["alloc"] }
aws-lc-sys = { version = "=0.32", optional = true }
aws-lc-fips-sys = { version = "=0.13", optional = true }
mls-rs-core = { path = "../mls-rs-core", version = "0.24.0" }
mls-rs-crypto-hpke = { path = "../mls-rs-crypto-hpke", version = "0.18.0" }
Expand Down
Loading