diff --git a/Cargo.toml b/Cargo.toml index 6639cf6..263a17d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["rlib"] [dependencies] -time = "0.1" +time = "0.2" libc = "0.2" errno = "*" libjail-sys = { path = "libjail-sys" }