mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 02:18:47 +00:00
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:
2
rust/Cargo.lock
generated
2
rust/Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user