From 1d1ca3d817710e6b5bcf1d379f60df73c44ea26a Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Wed, 3 Apr 2019 17:42:15 -0700 Subject: [PATCH] Bump some dependency versions, for no good reason. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2cc1523..77fbca7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,13 +10,13 @@ repository = "https://github.com/acw/simple_crypto" [dependencies] base64 = "^0.10.1" -byteorder = "^1.2.7" +byteorder = "^1.3.1" chrono = "^0.4.6" cryptonum = { path = "cryptonum" } digest = "^0.8.0" hmac = "^0.7.0" num = "^0.2.0" -rand = "^0.6.0" +rand = "^0.6.5" sha-1 = "^0.8.1" sha2 = "^0.8.0" simple_asn1 = "^0.2.0"