From 86e48efaec72dd8c077e61e03a25e14fff4c7074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:48:16 +0000 Subject: [PATCH] Bump github.com/cloudflare/circl in /lib/hpke/scripts Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.3 to 1.3.7. - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.3.3...v1.3.7) --- updated-dependencies: - dependency-name: github.com/cloudflare/circl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/hpke/scripts/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hpke/scripts/go.mod b/lib/hpke/scripts/go.mod index 4f328f13..4547363a 100644 --- a/lib/hpke/scripts/go.mod +++ b/lib/hpke/scripts/go.mod @@ -4,6 +4,6 @@ go 1.16 require ( github.com/cisco/go-tls-syntax v0.0.0-20200617162716-46b0cfb76b9b - github.com/cloudflare/circl v1.3.3 - golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a + github.com/cloudflare/circl v1.3.7 + golang.org/x/crypto v0.17.0 )