From ccdfb6b3589174f31e0a1adcb72e3bf24042ec1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Dec 2020 02:19:13 +0000 Subject: [PATCH] Bump time from 0.2.22 to 0.2.23 Bumps [time](https://github.com/time-rs/time) from 0.2.22 to 0.2.23. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/v0.2.23/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.2.22...v0.2.23) 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 57cee366ec..ae954e01a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -641,7 +641,7 @@ dependencies = [ "strum_macros", "tempfile", "thiserror", - "time 0.2.22", + "time 0.2.23", "tokio", "toml", "tracing", @@ -690,7 +690,7 @@ dependencies = [ "strum_macros", "testcontainers", "thiserror", - "time 0.2.22", + "time 0.2.23", "tokio", "tracing", "tracing-futures", @@ -2444,7 +2444,7 @@ dependencies = [ "tempfile", "testcontainers", "thiserror", - "time 0.2.22", + "time 0.2.23", "tokio", "toml", "tracing", @@ -4253,9 +4253,9 @@ dependencies = [ [[package]] name = "time" -version = "0.2.22" +version = "0.2.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55b7151c9065e80917fbf285d9a5d1432f60db41d170ccafc749a136b41a93af" +checksum = "bcdaeea317915d59b2b4cd3b5efcd156c309108664277793f5351700c02ce98b" dependencies = [ "const_fn", "libc", diff --git a/cnd/Cargo.toml b/cnd/Cargo.toml index 03311ccf23..ada320a0a5 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.23" tokio = { version = "0.2", features = [ "rt-threaded", "time", "macros", "sync" ] } toml = "0.5" tracing = { version = "0.1", features = [ "attributes" ] }