From 4bd6e722321062da0ce6bd760106f89ecc616d58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:18:59 +0000 Subject: [PATCH] Update boring requirement from 3.0.2 to 4.0.0 Updates the requirements on [boring](https://github.com/cloudflare/boring) to permit the latest version. - [Release notes](https://github.com/cloudflare/boring/releases) - [Changelog](https://github.com/cloudflare/boring/blob/master/RELEASE_NOTES) - [Commits](https://github.com/cloudflare/boring/compare/v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: boring 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 376a225..1bba1a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ maintenance = { status = "passively-maintained" } fips = ["boring/fips", "boring-sys/fips"] [dependencies] -boring = "3.0.2" +boring = "4.0.0" boring-sys = "3.0.2" bytes = "1" foreign-types-shared = "0.3.1"