From c5954a682517c12058c824fab5da076c9a241ac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 03:45:15 +0000 Subject: [PATCH] Update hpke requirement from 0.11.0 to 0.12.0 (#60) Updates the requirements on [hpke](https://github.com/rozbb/rust-hpke) to permit the latest version. - [Changelog](https://github.com/rozbb/rust-hpke/blob/main/CHANGELOG.md) - [Commits](https://github.com/rozbb/rust-hpke/commits) --- updated-dependencies: - dependency-name: hpke dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 345cc94ff2e..16dd7b7b2f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ kem-x25519-hkdf-sha256 = ["hpke/x25519"] rand = "0.8.5" num_enum = "0.7.0" cfg-if = "1.0.0" -hpke = { version = "0.11.0", default-features = false, features = ["std"] } +hpke = { version = "0.12.0", default-features = false, features = ["std"] } zeroize = "1.6" [dependencies.serde_crate]