From 240301fc590febafe919cd90d24460aed1ea030c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:22:24 +0000 Subject: [PATCH] fix(deps): update rust crate chrono to 0.4.38 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4689c36..6e82b09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ iso8601 = "0.6" chrono-tz = {version = "0.9", optional = true } [dependencies.chrono] -version = "0.4" +version = "0.4.38" default-features = false features = ["clock", "std", "wasmbind"]