From a88eebc704360f048bf97d72b698ca96a9f3e5a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 10:59:08 +0800 Subject: [PATCH] Bump iana-time-zone from 0.1.42 to 0.1.44 (#174) Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.42 to 0.1.44. - [Release notes](https://github.com/strawlab/iana-time-zone/releases) - [Commits](https://github.com/strawlab/iana-time-zone/compare/0.1.42...0.1.44) --- updated-dependencies: - dependency-name: iana-time-zone dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1e9f25..4c6ed23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -836,12 +836,12 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.42" +version = "0.1.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9512e544c25736b82aebbd2bf739a47c8a1c935dfcc3a6adcde10e35cd3cd468" +checksum = "808cf7d67cf4a22adc5be66e75ebdf769b3f2ea032041437a7061f97a63dad4b" dependencies = [ "android_system_properties", - "core-foundation", + "core-foundation-sys", "js-sys", "wasm-bindgen", "winapi",