From 0474a8e9b1c3c6b84433a2d403d762b98eb12c8f Mon Sep 17 00:00:00 2001 From: Ohad Ravid Date: Fri, 13 Dec 2024 07:07:58 +0200 Subject: [PATCH] Bump bindgen version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4ad98d8..d2e1c45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netstat2" -version = "0.11.0" +version = "0.11.1" authors = ["Ohad Ravid ", "ivxvm "] edition = "2021" license = "MIT OR Apache-2.0" @@ -25,7 +25,7 @@ name = "get_sockets_info_benchmark" harness = false [target.'cfg(any(target_os = "macos", target_os = "ios", target_os = "linux", target_os = "android"))'.build-dependencies] -bindgen = "0.65" +bindgen = "0.71" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] num-derive = "0.3"