diff --git a/Cargo.lock b/Cargo.lock index 9c85ae79a..99a93ffad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -865,7 +865,7 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] name = "prio" -version = "0.10.1" +version = "0.10.2" dependencies = [ "aes", "aes-gcm", diff --git a/Cargo.toml b/Cargo.toml index 4e55e7095..8197309e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prio" -version = "0.10.1" +version = "0.10.2" authors = ["Josh Aas ", "Tim Geoghegan ", "Christopher Patton "] edition = "2021" description = "Implementation of the Prio aggregation system core: https://crypto.stanford.edu/prio/"