From 33f51d9b28b682b641d4e18914b2c2510e405024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Jan 2021 14:02:03 +0000 Subject: [PATCH] Bump time from 0.2.22 to 0.2.24 Bumps [time](https://github.com/time-rs/time) from 0.2.22 to 0.2.24. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/v0.2.24/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.2.22...v0.2.24) 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..81818deb1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -641,7 +641,7 @@ dependencies = [ "strum_macros", "tempfile", "thiserror", - "time 0.2.22", + "time 0.2.24", "tokio", "toml", "tracing", @@ -690,7 +690,7 @@ dependencies = [ "strum_macros", "testcontainers", "thiserror", - "time 0.2.22", + "time 0.2.24", "tokio", "tracing", "tracing-futures", @@ -2444,7 +2444,7 @@ dependencies = [ "tempfile", "testcontainers", "thiserror", - "time 0.2.22", + "time 0.2.24", "tokio", "toml", "tracing", @@ -4253,9 +4253,9 @@ dependencies = [ [[package]] name = "time" -version = "0.2.22" +version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55b7151c9065e80917fbf285d9a5d1432f60db41d170ccafc749a136b41a93af" +checksum = "273d3ed44dca264b0d6b3665e8d48fb515042d42466fad93d2a45b90ec4058f7" dependencies = [ "const_fn", "libc", diff --git a/cnd/Cargo.toml b/cnd/Cargo.toml index 57037ffe93..6c7825836d 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.24" tokio = { version = "0.2", features = [ "rt-threaded", "time", "macros", "sync" ] } toml = "0.5" tracing = { version = "0.1", features = [ "attributes" ] }