From 0d982f5cea84d56250d605b8856ce2d68138c3e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 04:42:18 +0000 Subject: [PATCH] Bump time from 0.3.14 to 0.3.15 Bumps [time](https://github.com/time-rs/time) from 0.3.14 to 0.3.15. - [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.3.14...v0.3.15) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e59e726..c6806f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -890,9 +890,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.14" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c3f9a28b618c3a6b9251b6908e9c99e04b9e5c02e6581ccbb67d59c34ef7f9b" +checksum = "d634a985c4d4238ec39cacaed2e7ae552fbd3c476b552c1deac3021b7d7eaf0c" dependencies = [ "itoa", "libc", diff --git a/Cargo.toml b/Cargo.toml index c744de8..f53a628 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ httparse = "1.7.1" clap = "3.2.18" log = "0.4.17" simplelog = "0.12.0" -time = "0.3.14" +time = "0.3.15" async-channel = "1.7.1"