diff --git a/Cargo.lock b/Cargo.lock index f02633c5e..07fada72d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -732,7 +732,7 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] name = "prio" -version = "0.16.0" +version = "0.16.1" dependencies = [ "aes", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index c21566afe..0cdaf8a6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prio" -version = "0.16.0" +version = "0.16.1" authors = ["Josh Aas ", "Tim Geoghegan ", "Christopher Patton "] edition = "2021" exclude = ["/supply-chain"]