From 551e687cc76b76c96b78bc635a4e91b6e989eda7 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Wed, 30 Jul 2025 16:14:38 +0000 Subject: [PATCH] chore(rust): bump boringtun (#10052) This brings in https://github.com/firezone/boringtun/pull/109. --- rust/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 89989d5dc..3e00a3749 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -951,7 +951,7 @@ dependencies = [ [[package]] name = "boringtun" version = "0.6.1" -source = "git+https://github.com/firezone/boringtun?branch=master#b0fb537124d38d354647add1dfee5028b6cd811a" +source = "git+https://github.com/firezone/boringtun?branch=master#84a33359f4281e29139f12dafbd15e1da97df1b4" dependencies = [ "aead", "base64 0.22.1",