From 4862a67e6a04ced59b88b8848e04ff6e7091d1ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 20:05:52 +0000 Subject: [PATCH] Bump time from 0.1.44 to 0.2.0 Bumps [time](https://github.com/time-rs/time) from 0.1.44 to 0.2.0. - [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.1.44...v0.2.0) --- updated-dependencies: - dependency-name: time dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++++++++--- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cb1147..ef43f69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,7 +110,7 @@ dependencies = [ "sha2", "syslog", "threadpool", - "time", + "time 0.2.0", "twox-hash", "xattr", ] @@ -250,7 +250,7 @@ dependencies = [ "log 0.3.9", "pkg-config", "thread-scoped", - "time", + "time 0.1.45", ] [[package]] @@ -519,7 +519,7 @@ checksum = "bbc9b0acde4f7c05fdc1cfb05239b8a53a66815dd86c67fee5aa9bfac5b4ed42" dependencies = [ "libc", "log 0.3.9", - "time", + "time 0.1.45", "unix_socket", ] @@ -567,6 +567,12 @@ dependencies = [ "winapi", ] +[[package]] +name = "time" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcc26de0a81a07c8352b548977862908fa9863e0e6e4f0eb36b2a9f4f8845585" + [[package]] name = "twox-hash" version = "1.6.3" diff --git a/Cargo.toml b/Cargo.toml index 5c6aea8..68af7db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ rand = "0.3" sha2 = "0.10.8" syslog = "3.3" threadpool = "1.4" -time = "0.1" +time = "0.2" twox-hash = "1.5.0" xattr = "0.2"