From 420070534b065718c55d348d5c6d7c615e8c69c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:18:54 +0000 Subject: [PATCH] Update boring-sys requirement from 3.0.2 to 4.0.0 Updates the requirements on [boring-sys](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-sys 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..4ad3062 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ fips = ["boring/fips", "boring-sys/fips"] [dependencies] boring = "3.0.2" -boring-sys = "3.0.2" +boring-sys = "4.0.0" bytes = "1" foreign-types-shared = "0.3.1" lru = "0.11.0"