From 7202e67a635d9587cf4be6c1d2e1128ae742f6e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 22:00:42 +0000 Subject: [PATCH] Bump time from 0.1.45 to 0.2.0 Bumps [time](https://github.com/time-rs/time) from 0.1.45 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/commits/v0.2.0) --- updated-dependencies: - dependency-name: time dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 ++++++++++++++-------- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43b6f6b..63ea9f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -206,7 +206,7 @@ version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5" dependencies = [ - "time", + "time 0.1.45", "url 1.7.2", ] @@ -223,7 +223,7 @@ dependencies = [ "publicsuffix", "serde", "serde_json", - "time", + "time 0.1.45", "try_from", "url 1.7.2", ] @@ -617,7 +617,7 @@ dependencies = [ "log", "net2", "rustc_version", - "time", + "time 0.1.45", "tokio", "tokio-buf", "tokio-executor", @@ -642,7 +642,7 @@ dependencies = [ "log", "mime", "percent-encoding 1.0.1", - "time", + "time 0.1.45", "unicase", ] @@ -1383,7 +1383,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "time", + "time 0.1.45", "tokio", "tokio-executor", "tokio-io", @@ -1561,7 +1561,7 @@ checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" [[package]] name = "shell_grunt2" -version = "0.2.3" +version = "0.2.5" dependencies = [ "clap", "ctrlc", @@ -1575,7 +1575,7 @@ dependencies = [ "self_update", "sha1", "term", - "time", + "time 0.2.0", ] [[package]] @@ -1731,6 +1731,12 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "time" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcc26de0a81a07c8352b548977862908fa9863e0e6e4f0eb36b2a9f4f8845585" + [[package]] name = "tinyvec" version = "1.6.0" @@ -2182,5 +2188,5 @@ dependencies = [ "crc32fast", "flate2", "thiserror", - "time", + "time 0.1.45", ] diff --git a/Cargo.toml b/Cargo.toml index 4f20e5c..a69fb57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ regex = "1.5.5" self_update = "0.7.0" sha1 = "0.6.0" term = "0.6.1" -time = "^0.1" +time = "^0.2" pathdiff = "0.1.0" lua = "0.0.10"