From b74c30a2622d32a4eb7cad6c3d8410ed62e49a61 Mon Sep 17 00:00:00 2001 From: divviup-github-automation Date: Thu, 9 May 2024 15:28:24 +0000 Subject: [PATCH] Bump libprio-rs patch version, triggered by @divergentdave --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec27bdc16..f1bdeea89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -732,7 +732,7 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] name = "prio" -version = "0.16.3" +version = "0.16.4" dependencies = [ "aes", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 70103f3e3..9321af406 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prio" -version = "0.16.3" +version = "0.16.4" authors = ["Josh Aas ", "Tim Geoghegan ", "Christopher Patton "] edition = "2021" exclude = ["/supply-chain"]