From 1d1dbfd04c31f1a43edbc41b72231ff9e44a4936 Mon Sep 17 00:00:00 2001 From: Michael Angerman <1809991+stormasm@users.noreply.github.com> Date: Wed, 13 Apr 2022 21:16:08 -0700 Subject: [PATCH] update crate chrono-tz to its latest version (#5184) --- crates/nu-command/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 2d6bf8ed46..6ba7be4e6f 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -32,7 +32,7 @@ bytesize = "1.1.0" calamine = "0.18.0" chrono = { version = "0.4.19", features = ["serde"] } chrono-humanize = "0.2.1" -chrono-tz = "0.6.0" +chrono-tz = "0.6.1" crossterm = "0.23.0" csv = "1.1.6" dialoguer = "0.9.0"