From 069e772021e99f16df0660f7a803b01d0e23bb14 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Fri, 22 Mar 2024 09:26:57 +1000 Subject: [PATCH] Bump `str0m` dependency to include latest patches --- rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 8c9c89053d9..858e6b75964 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2926,7 +2926,7 @@ dependencies = [ "httpdate", "itoa 1.0.10", "pin-project-lite", - "socket2 0.5.6", + "socket2 0.4.10", "tokio", "tower-service", "tracing", @@ -5804,7 +5804,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "str0m" version = "0.4.1" -source = "git+https://github.com/firezone/str0m?branch=main#5da11ebbceee63997ab6b34d089f107e78d575b3" +source = "git+https://github.com/firezone/str0m?branch=main#ffb4e4f54936c9745cb2a884be05ba4265af41dc" dependencies = [ "combine", "crc",