From 5ae003f2f13435010615888ac03d0ffb2dc7905e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 10:36:49 +0000 Subject: [PATCH] build(deps): update rust crate chrono to 0.4.25 --- Cargo.lock | 22 +++++++++------------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b100f27e..63d62eb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -29,6 +29,12 @@ dependencies = [ "memchr", ] +[[package]] +name = "android-tzdata" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" + [[package]] name = "android_system_properties" version = "0.1.5" @@ -331,13 +337,13 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.24" +version = "0.4.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" +checksum = "fdbc37d37da9e5bce8173f3a41b71d9bf3c674deebbaceacd0ebdabde76efb03" dependencies = [ + "android-tzdata", "iana-time-zone", "js-sys", - "num-integer", "num-traits", "wasm-bindgen", "winapi", @@ -2026,16 +2032,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "num-integer" -version = "0.1.45" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" -dependencies = [ - "autocfg", - "num-traits", -] - [[package]] name = "num-traits" version = "0.2.15" diff --git a/Cargo.toml b/Cargo.toml index 0a8bf81a..8a978f12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ gix-max-perf = ["gix-features/zlib-ng", "gix/fast-sha1"] gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"] [dependencies] -chrono = { version = "0.4.24", default-features = false, features = ["clock", "std", "wasmbind"] } +chrono = { version = "0.4.25", default-features = false, features = ["clock", "std", "wasmbind"] } clap = { version = "4.3.0", features = ["derive", "cargo", "unicode"] } clap_complete = "4.3.0" dirs-next = "2.0.0"