From: Victor Julien Date: Mon, 29 Jan 2018 14:02:13 +0000 (+0100) Subject: rust: update dependencies X-Git-Tag: suricata-4.1.0-beta1~247 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e82df274dcbc43e6473e5e259ae6df255f0a113;p=thirdparty%2Fsuricata.git rust: update dependencies --- diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index 98d7172511..1a0384cddc 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -14,8 +14,8 @@ experimental = ["ntp-parser"] strict = [] [dependencies] -nom = "~3.0" -libc = "^0.2.33" -crc = "~1.4.0" +nom = "~3.2.1" +libc = "^0.2.36" +crc = "~1.7.0" ntp-parser = { version = "^0", optional = true }