chore: bump str0m fork to include recently merged PRs (#4055)

This commit is contained in:
Thomas Eizinger
2024-03-11 13:37:12 +11:00
committed by GitHub
parent 3d42fa16a5
commit d8df8d8b7e
2 changed files with 4 additions and 4 deletions

6
rust/Cargo.lock generated
View File

@@ -2866,7 +2866,7 @@ dependencies = [
"httpdate",
"itoa 1.0.10",
"pin-project-lite",
"socket2 0.5.6",
"socket2 0.4.10",
"tokio",
"tower-service",
"tracing",
@@ -3341,7 +3341,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2caa5afb8bf9f3a2652760ce7d4f62d21c4d5a423e68466fca30df82f2330164"
dependencies = [
"cfg-if",
"windows-targets 0.48.5",
"windows-targets 0.52.4",
]
[[package]]
@@ -5761,7 +5761,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "str0m"
version = "0.4.1"
source = "git+https://github.com/firezone/str0m?branch=reduce-ice-timeout#fd192d65695b466b0bac1d9577b589e563f476aa"
source = "git+https://github.com/firezone/str0m?branch=main#5da11ebbceee63997ab6b34d089f107e78d575b3"
dependencies = [
"combine",
"crc",

View File

@@ -48,7 +48,7 @@ phoenix-channel = { path = "phoenix-channel"}
[patch.crates-io]
boringtun = { git = "https://github.com/cloudflare/boringtun", branch = "master" }
str0m = { git = "https://github.com/firezone/str0m", branch = "reduce-ice-timeout" }
str0m = { git = "https://github.com/firezone/str0m", branch = "main" }
[patch."https://github.com/quinn-rs/quinn"]
# waiting for https://github.com/quinn-rs/quinn/pull/1758