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"