From cccd1635ed6a81add3123d9118f39bc8cd56e380 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Sun, 29 Dec 2024 10:04:21 +0100 Subject: [PATCH] fix: mitigate panic within `str0m` for very early timestamps (#7582) Bumps `str0m` to include a bug-fix for a panic related to arithmetic operations on `Instant`s. Related: https://github.com/algesten/str0m/pull/600. Related: https://github.com/algesten/str0m/pull/602. Fixes: #7568. --- rust/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 892fe8433..ec5862029 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -6014,7 +6014,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "str0m" version = "0.6.3" -source = "git+https://github.com/algesten/str0m?branch=main#423361be7784966eb907c2d32cbfb5e1ef478b8b" +source = "git+https://github.com/algesten/str0m?branch=main#c46970284af32b3497c780aceaad41304447a57b" dependencies = [ "combine", "crc",