From: Victor Julien Date: Wed, 22 Nov 2017 14:40:49 +0000 (+0100) Subject: rust: require at least libc 0.2.33 X-Git-Tag: suricata-4.1.0-beta1~553 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb65a48edd981cde55adcfa8ece89cfd509dc04b;p=thirdparty%2Fsuricata.git rust: require at least libc 0.2.33 Required to be higher than 0.2.24 for IPPROTO_UDP. Upgraded to latest version. --- diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index f183733535..98d7172511 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -15,7 +15,7 @@ strict = [] [dependencies] nom = "~3.0" -libc = "~0.2.0" +libc = "^0.2.33" crc = "~1.4.0" ntp-parser = { version = "^0", optional = true }