From cc007badd66d264a8277f0cfcede0e2ff95921b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:38:23 +0000 Subject: [PATCH] build(deps): Bump prio from 0.10.1 to 0.10.2 Bumps [prio](https://github.com/divviup/libprio-rs) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/divviup/libprio-rs/releases) - [Changelog](https://github.com/divviup/libprio-rs/blob/main/documentation/releases.md) - [Commits](https://github.com/divviup/libprio-rs/compare/v0.10.1...v0.10.2) --- updated-dependencies: - dependency-name: prio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6cc8ecda2..f7c66073d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2878,9 +2878,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "prio" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a56fba2619e7437f0a092bc1c7b0fad6e54aef53a148475ef5e55c0a8603ed6a" +checksum = "0351f0a34d5cac61834264f26d690f5b687685bd73737300137f797a7d050169" dependencies = [ "aes", "base64 0.21.4",