From 0b5379380a464b774ff151b8169be166f07011d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Thu, 8 Sep 2022 11:32:40 -0400 Subject: [PATCH] rust: update os_socketaddr to latest version --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 666c8c14..7227d0fa 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -8,4 +8,4 @@ edition = "2018" [dependencies] libc="0.2.0" -os_socketaddr="0.1.0" \ No newline at end of file +os_socketaddr="0.2.3" \ No newline at end of file -- GitLab