Upgrade dependencies

This commit is contained in:
Ryan Leckey
2018-10-23 12:42:44 -07:00
parent f89c6d9be6
commit 939621b8c4
2 changed files with 11 additions and 7 deletions

View File

@@ -10,7 +10,8 @@ repository = "https://github.com/acw/simple_asn1"
[dependencies]
chrono = "^0.4.0"
num = "^0.1.40"
num = "^0.2.0"
[dev-dependencies]
quickcheck = "^0.4.1"
quickcheck = "^0.7.1"
rand = "0.5.5"