From 1d20245e3903f6f3b3ff7fe3e74e1cf295469816 Mon Sep 17 00:00:00 2001 From: David Holroyd Date: Fri, 17 Feb 2023 13:27:39 +0000 Subject: [PATCH] os_socketaddr was unsound and breaks newer Rust Per https://github.com/a-ba/os_socketaddr/issues/3 --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 298033b..05a1776 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,7 @@ libsrt-sys = { path = "libsrt-sys", version = "1.4.13" } libc = "0.2" futures = "0.3" -os_socketaddr = { git = "https://github.com/nthieu173/os_socketaddr.git", branch = "kozuka-add_support_windows" } -# os_socketaddr = "0.1.1" +os_socketaddr = "0.2.4" [target.'cfg(windows)'.dependencies]