From 9b8efdcf086524bd3e07fa05682c6aecf76694c2 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Fri, 1 Aug 2025 01:55:56 +0000 Subject: [PATCH] chore(connlib): bump str0m (#10066) This bumps our str0m dependency to include improvements that I've been making to the logs: - https://github.com/algesten/str0m/pull/681 - https://github.com/algesten/str0m/pull/682 --- rust/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 3e00a3749..f17548d1d 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -7031,7 +7031,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "str0m" version = "0.9.0" -source = "git+https://github.com/algesten/str0m?branch=main#3b3fe3181b3823f3b5a1d50f5ed9c49b043cf5be" +source = "git+https://github.com/algesten/str0m?branch=main#44ab8e39ec6d4b4d8efd9f3c45994b55404f6b70" dependencies = [ "combine", "crc",