From aac95dc691d4d0ffb85c15003dcb86e852e65825 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Sun, 9 Dec 2018 14:37:25 +0100 Subject: [PATCH] update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8b14d8f..126905f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "Multi-threaded NTP server" license = "GPLv2+" [dependencies] -byteorder = "1.0.0" +byteorder = "1.2.0" getopts = "0.2.14" net2 = "0.2.29" -rand = "0.3" +rand = "0.6"