From 9b5dff828d9fbea35f7574de9c77f70e9777fcb6 Mon Sep 17 00:00:00 2001 From: Michael Angerman <1809991+stormasm@users.noreply.github.com> Date: Thu, 24 Mar 2022 10:59:27 -0700 Subject: [PATCH] bump csv crate to the latest 1.1.6 (#4939) --- 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 200008af0e..b1fe334135 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -33,7 +33,7 @@ chrono = { version = "0.4.19", features = ["serde"] } chrono-humanize = "0.2.1" chrono-tz = "0.6.0" crossterm = "0.23.0" -csv = "1.1.3" +csv = "1.1.6" dialoguer = "0.9.0" digest = "0.10.0" dtparse = "1.2.0"