bump time to use winapi 0.3

This commit is contained in:
Eh2406 2018-08-17 19:00:37 -04:00
parent b49848d680
commit 5fc6edd928
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ default = ["clock"]
clock = ["time"]
[dependencies]
time = { version = "^0.1.36", optional = true }
time = { version = "0.1.39", optional = true }
num-integer = { version = "0.1.36", default-features = false }
num-traits = { version = "0.2", default-features = false }
rustc-serialize = { version = "0.3", optional = true }