]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust: update dependencies
authorVictor Julien <victor@inliniac.net>
Mon, 29 Jan 2018 14:02:13 +0000 (15:02 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 30 Jan 2018 13:43:52 +0000 (14:43 +0100)
rust/Cargo.toml.in

index 98d7172511d8809fcb9dbf8b9233124a1d0c0c73..1a0384cddc425e3d1cc3e871ab16b5e4923b2a82 100644 (file)
@@ -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 }