From 032b0a8db57ebaec8fc396b22700a6a2bb9bb110 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Thu, 25 Jan 2024 09:36:32 -0800 Subject: [PATCH] chore: update `str0m` dependency (#3402) This includes https://github.com/algesten/str0m/pull/452. --- rust/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 15a22bb1c..fc8224421 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -6081,7 +6081,7 @@ checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0" [[package]] name = "str0m" version = "0.4.1" -source = "git+https://github.com/algesten/str0m?branch=main#e6fa6808dfcdac23e0d1f61d405f938035e4eaf9" +source = "git+https://github.com/algesten/str0m?branch=main#30ba27e4fb683d45559e5a821c0c2c084e02463a" dependencies = [ "combine", "crc",