From d17b0f4c98756336fc4d0d1ff93443e8df94e748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 09:18:08 +0000 Subject: [PATCH] build(deps): bump time from 0.3.9 to 0.3.15 Bumps [time](https://github.com/time-rs/time) from 0.3.9 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.9...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 | 12 ++++++------ src/uucore/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d52f9b1d98..427d668b198 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -340,7 +340,7 @@ dependencies = [ "sha1", "tempfile", "textwrap 0.15.0", - "time 0.3.9", + "time 0.3.15", "unindent", "unix_socket", "users", @@ -2008,9 +2008,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.9" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd" +checksum = "d634a985c4d4238ec39cacaed2e7ae552fbd3c476b552c1deac3021b7d7eaf0c" dependencies = [ "itoa", "libc", @@ -2470,7 +2470,7 @@ dependencies = [ "file_diff", "filetime", "libc", - "time 0.3.9", + "time 0.3.15", "uucore", ] @@ -2949,7 +2949,7 @@ version = "0.0.14" dependencies = [ "clap 3.1.18", "filetime", - "time 0.3.9", + "time 0.3.15", "uucore", "winapi 0.3.9", ] @@ -3116,7 +3116,7 @@ dependencies = [ "once_cell", "os_display", "thiserror", - "time 0.3.9", + "time 0.3.15", "uucore_procs", "walkdir", "wild", diff --git a/src/uucore/Cargo.toml b/src/uucore/Cargo.toml index 961bcbb203d..8baceac4cb5 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -26,7 +26,7 @@ wild = "2.0" # * optional itertools = { version="0.10.0", optional=true } thiserror = { version="1.0", optional=true } -time = { version="<= 0.3", optional=true, features = ["formatting", "local-offset", "macros"] } +time = { version="<= 0.4", optional=true, features = ["formatting", "local-offset", "macros"] } # * "problem" dependencies (pinned) data-encoding = { version="2.1", optional=true } data-encoding-macro = { version="0.1.12", optional=true }