From 5df11f892874c1274d6f6518fb51eb8557e59360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 11:13:37 +0000 Subject: [PATCH] Update boring requirement from 3 to 4 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.0...v4.15.0) --- updated-dependencies: - dependency-name: boring dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- quiche/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quiche/Cargo.toml b/quiche/Cargo.toml index 0b0c0886a..aba0eea8a 100644 --- a/quiche/Cargo.toml +++ b/quiche/Cargo.toml @@ -62,7 +62,7 @@ ring = "0.16" slab = "0.4" once_cell = "1" octets = { version = "0.2", path = "../octets" } -boring = { version = "3", optional = true } +boring = { version = "4", optional = true } foreign-types-shared = { version = "0.3.0", optional = true } intrusive-collections = "0.9.5" qlog = { version = "0.9", path = "../qlog", optional = true }