From 6677a81c63a2ca778765ceeae33e14875dc723e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 14:01:52 +0000 Subject: [PATCH] Bump time from 0.2.22 to 0.2.25 Bumps [time](https://github.com/time-rs/time) from 0.2.22 to 0.2.25. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/v0.2.25/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.2.22...v0.2.25) Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- cnd/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2278dd80a..bb91ce2d2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -641,7 +641,7 @@ dependencies = [ "strum_macros", "tempfile", "thiserror", - "time 0.2.22", + "time 0.2.25", "tokio", "toml", "tracing", @@ -690,7 +690,7 @@ dependencies = [ "strum_macros", "testcontainers", "thiserror", - "time 0.2.22", + "time 0.2.25", "tokio", "tracing", "tracing-futures", @@ -2444,7 +2444,7 @@ dependencies = [ "tempfile", "testcontainers", "thiserror", - "time 0.2.22", + "time 0.2.25", "tokio", "toml", "tracing", @@ -4253,9 +4253,9 @@ dependencies = [ [[package]] name = "time" -version = "0.2.22" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55b7151c9065e80917fbf285d9a5d1432f60db41d170ccafc749a136b41a93af" +checksum = "1195b046942c221454c2539395f85413b33383a067449d78aab2b7b052a142f7" dependencies = [ "const_fn", "libc", diff --git a/cnd/Cargo.toml b/cnd/Cargo.toml index 57037ffe93..5f591d7ded 100644 --- a/cnd/Cargo.toml +++ b/cnd/Cargo.toml @@ -45,7 +45,7 @@ structopt = "0.3" strum = "0.20" strum_macros = "0.20" thiserror = "1" -time = "0.2.22" +time = "0.2.25" tokio = { version = "0.2", features = [ "rt-threaded", "time", "macros", "sync" ] } toml = "0.5" tracing = { version = "0.1", features = [ "attributes" ] }