From 7c90673e15e8021d9e506954c1d8d3ce18712a7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:11:11 +0000 Subject: [PATCH] build(deps): bump chrono-tz from 0.8.5 to 0.8.6 Bumps [chrono-tz](https://github.com/chronotope/chrono-tz) from 0.8.5 to 0.8.6. - [Release notes](https://github.com/chronotope/chrono-tz/releases) - [Changelog](https://github.com/chronotope/chrono-tz/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono-tz/commits) --- updated-dependencies: - dependency-name: chrono-tz dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d9c912..1618c24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -433,9 +433,9 @@ dependencies = [ [[package]] name = "chrono-tz" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91d7b79e99bfaa0d47da0687c43aa3b7381938a62ad3a6498599039321f660b7" +checksum = "d59ae0466b83e838b81a54256c39d5d7c20b9d7daa10510a242d9b75abd5936e" dependencies = [ "chrono", "chrono-tz-build", diff --git a/Cargo.toml b/Cargo.toml index 0e3d89e..e70ab1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ textnonce = "1.0.0" chrono = { version = "0.4.34", default-features = false, features = ["std", "libc", "clock"], optional = true } -chrono-tz = { version = "0.8.2", optional = true } +chrono-tz = { version = "0.8.6", optional = true } sea-orm = { version = "0.12.14", features = [ "sqlx-postgres", "runtime-tokio-rustls", "macros", "postgres-array" ], optional = true }