From dc6b49fef4812bd53dba2b16efcf53c616350e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 03:08:17 +0000 Subject: [PATCH] build(deps): bump chrono from 0.4.29 to 0.4.31 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.29 to 0.4.31. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.29...v0.4.31) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8dae92..6cf69f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,15 +198,14 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.29" +version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d87d9d13be47a5b7c3907137f1290b0459a7f80efb26be8c52afb11963bccb02" +checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" dependencies = [ "android-tzdata", "iana-time-zone", "js-sys", "num-traits", - "time 0.1.43", "wasm-bindgen", "windows-targets", ] @@ -1060,16 +1059,6 @@ dependencies = [ "unicode-width", ] -[[package]] -name = "time" -version = "0.1.43" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" -dependencies = [ - "libc", - "winapi", -] - [[package]] name = "time" version = "0.3.23" @@ -1142,7 +1131,7 @@ dependencies = [ "nix", "once_cell", "os_display", - "time 0.3.23", + "time", "uucore_procs", "wild", "winapi-util",