From 0cf14eddfe9ed390d19f3c06fd95345cef67d795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 03:31:33 +0000 Subject: [PATCH] Update hpke requirement from 0.10.0 to 0.11.0 Updates the requirements on [hpke](https://github.com/rozbb/rust-hpke) to permit the latest version. - [Changelog](https://github.com/rozbb/rust-hpke/blob/master/CHANGELOG.md) - [Commits](https://github.com/rozbb/rust-hpke/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: hpke dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 21af8fc5c91..4f4b420d788 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.10.0", default-features = false, features = ["std"] } +hpke = { version = "0.11.0", default-features = false, features = ["std"] } zeroize = "1.6" [dependencies.serde_crate]