From 7702a4d9b5453d62030fb8821cd08b84b7fc2fa6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Jul 2021 10:54:10 +0000 Subject: [PATCH] Update time requirement from 0.2.15 to 0.3.0 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) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.2.15...v0.3.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- tools/cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a470a219..2c07c8d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ features = ["run-for-all", "precommit-hook", "run-cargo-fmt", "run-cargo-test", chrono = "~0.4" failure = "~0.1" lazy_static = "~1.4" -time = "0.2.15" +time = "0.3.0" log = "~0.4" uuid = { version = "~0.8", features = ["v4", "serde"] } diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index bf0af193..0656f0b2 100644 --- a/tools/cli/Cargo.toml +++ b/tools/cli/Cargo.toml @@ -31,7 +31,7 @@ log = "~0.4" tabwriter = "~1.2" tempfile = "~3.1" termion = "~1.5" -time = "~0.2" +time = "~0.3" [dependencies.rusqlite] version = "~0.24" -- 2.43.4