--- nix-0.9.0/Cargo.toml 2017-07-24T05:08:20+02:00 +++ nix-0.9.0/Cargo.toml 2018-01-01T12:25:38.311243+01:00 @@ -21,11 +21,11 @@ void = "1.0.2" [dev-dependencies] -lazy_static = "0.2" -rand = "0.3.8" +lazy_static = "1" +rand = "0.4" tempdir = "0.3" tempfile = "2" -nix-test = { path = "nix-test", version = "0.0.1" } +nix-test = { version = "0.0.1" } [[test]] name = "test"