From 49d60e11e73a8d5fd214322dce6a2fbe7d50dd8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:57:16 +0000 Subject: [PATCH] fix(deps): update rust crate chrono-tz to 0.8.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5022096..23f33a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ parser = ["nom"] serde = { version = "1.0", optional = true, features = ["derive"] } serde_json = { version = "1.0", optional = true } iso8601 = "0.6" -chrono-tz = {version = "0.8.3", optional = true } +chrono-tz = {version = "0.8.4", optional = true } [dependencies.chrono] version = "0.4"