From 17ea827c03579a3516f7abf6184a557ec32cd48b Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Wed, 9 Oct 2024 13:09:34 +1100 Subject: [PATCH] build(rust): bump str0m (#6966) This includes fixes such as https://github.com/algesten/str0m/pull/569 which reduce the number of packets sent by str0m. --- rust/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 5ea79cb46..4d71fc79d 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -7092,7 +7092,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "str0m" version = "0.6.2" -source = "git+https://github.com/algesten/str0m?branch=main#353923f5c102497117bd816285d8f95a549a6c3a" +source = "git+https://github.com/algesten/str0m?branch=main#5c4c9d54bb2331ff8a15a2e62e2575f6ec82286d" dependencies = [ "combine", "crc",