From 00873670f7fa0d868cf0d9fc37fc9597011e10d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 19:37:06 +0000 Subject: [PATCH] build(deps): Bump prio from 0.12.2 to 0.12.3 (#1990) Bumps [prio](https://github.com/divviup/libprio-rs) from 0.12.2 to 0.12.3. - [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.12.2...v0.12.3) --- updated-dependencies: - dependency-name: prio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- messages/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b6daaa9c..383343f40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1094,9 +1094,9 @@ dependencies = [ [[package]] name = "fiat-crypto" -version = "0.1.20" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e825f6987101665dea6ec934c09ec6d721de7bc1bf92248e1d5810c8cd636b77" +checksum = "d0870c84016d4b481be5c9f323c24f65e31e901ae618f0e80f4308fb00de1d2d" [[package]] name = "filetime" @@ -2956,9 +2956,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "prio" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9028a8aba9ba6b647c6d6931c20473d1119079a68d9898c07a488c5180dccb58" +checksum = "56d6fbe33c4d999c3ba5e5f2673cfeadffd2c8e1ffd58ab67a3cf06cd576d834" dependencies = [ "aes", "base64 0.21.4", diff --git a/Cargo.toml b/Cargo.toml index 1436584e5..5cc60269a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ janus_messages = { version = "0.5", path = "messages" } k8s-openapi = { version = "0.18.0", features = ["v1_24"] } # keep this version in sync with what is referenced by the indirect dependency via `kube` kube = { version = "0.82.2", default-features = false, features = ["client", "rustls-tls"] } opentelemetry = { version = "0.20", features = ["metrics"] } -prio = { version = "0.12.2", features = ["multithreaded"] } +prio = { version = "0.12.3", features = ["multithreaded"] } serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" serde_test = "1.0.175" diff --git a/messages/Cargo.toml b/messages/Cargo.toml index 6e017e662..51cc10153 100644 --- a/messages/Cargo.toml +++ b/messages/Cargo.toml @@ -20,7 +20,7 @@ hex = "0.4" num_enum = "0.7.0" # We can't pull prio in from the workspace because that would enable default features, and we do not # want prio/crypto-dependencies -prio = { version = "0.12.2", default-features = false } +prio = { version = "0.12.3", default-features = false } rand = "0.8" serde.workspace = true thiserror.workspace = true