From 6e82df274dcbc43e6473e5e259ae6df255f0a113 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 29 Jan 2018 15:02:13 +0100 Subject: [PATCH] rust: update dependencies --- rust/Cargo.toml.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } -- 2.47.2