From 409459f11c1d4cae84e86ce24dd4beec7d32d81d Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Thu, 24 Jul 2025 11:36:28 +1000 Subject: [PATCH] chore(rust): bump boringtun (#9982) Bumping the version to include https://github.com/firezone/boringtun/pull/105. --- rust/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index f1ae6a99b..f22b41ba8 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#5cb8ec28749fe6a81a33471cb77565376bcf1d67" +source = "git+https://github.com/firezone/boringtun?branch=master#a99332c529ce7546e953de5b6618e4e8de7170f3" dependencies = [ "aead", "base64 0.22.1",