From 3a4a91e06bfab9632d7785b442a5a0419e78dbfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:19:32 +0000 Subject: [PATCH] Update boring requirement from 4.3 to 5.1 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/v4.3.0...v4.22.0) --- updated-dependencies: - dependency-name: boring dependency-version: 4.22.0 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 0e973465..49df97f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ tag-message = "{{crate_name}} {{version}}" publish = false [workspace.dependencies] -boring = { version = "4.3" } +boring = { version = "5.1" } buffer-pool = { version = "0.1.0", path = "./buffer-pool" } crossbeam = { version = "0.8.1", default-features = false } datagram-socket = { version = "0.1.0", path = "./datagram-socket" }