From 1a31f9a0bad05905db2e381b6e592f44cb0ee817 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 22:25:19 +0000 Subject: [PATCH] fix(deps): update rust crate chrono-tz to 0.8.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9879c8c..6559dc9 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.1", optional = true } +chrono-tz = {version = "0.8.3", optional = true } [dependencies.chrono] version = "0.4"