diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 48cf34245..3709da6f5 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -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", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 14dbb3af2..8343d3d30 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -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