From 76afc710013c489f37d921d329086e7d1941f78e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 10:16:10 +0000 Subject: [PATCH] Update time requirement from 0.1 to 0.2 Updates the requirements on [time](https://github.com/time-rs/time) to permit the latest version. - [Release notes](https://github.com/time-rs/time/releases) - [Commits](https://github.com/time-rs/time/compare/0.1.35...v0.2.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }