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.
This commit is contained in:
Thomas Eizinger
2024-12-29 10:04:21 +01:00
committed by GitHub
parent f9c2001adb
commit cccd1635ed

2
rust/Cargo.lock generated
View File

@@ -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",