Skip to content
Open
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 impl/rust/pqf-reader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ serde_json = "1"
# `GenericArray` values from this version. The newer hybrid-array
# successor crate comes in transitively via sha2 0.11 / hkdf 0.13 /
# sha3 0.12; the two stacks coexist without API friction in our code.
generic-array = "0.14"
generic-array = "1.4"
typenum = "1.17"

[features]
Expand Down
Loading