From d8849355776863a8ec943535539f025b01949721 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:49:21 +0000 Subject: [PATCH] fix(deps): update rust crate chrono-tz to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f30eb97..3ffb959 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ parser = ["dep:nom"] serde = { version = "1.0", optional = true, features = ["derive"] } serde_json = { version = "1.0", optional = true } iso8601 = "0.6" -chrono-tz = {version = "0.9", optional = true } +chrono-tz = {version = "0.10", optional = true } [dependencies.chrono] version = "0.4"