1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-09 10:57:54 +02:00

bump csv crate to the latest 1.1.6 ()

This commit is contained in:
Michael Angerman
2022-03-24 10:59:27 -07:00
committed by GitHub
parent 90013295aa
commit 9b5dff828d

@ -33,7 +33,7 @@ chrono = { version = "0.4.19", features = ["serde"] }
chrono-humanize = "0.2.1" chrono-humanize = "0.2.1"
chrono-tz = "0.6.0" chrono-tz = "0.6.0"
crossterm = "0.23.0" crossterm = "0.23.0"
csv = "1.1.3" csv = "1.1.6"
dialoguer = "0.9.0" dialoguer = "0.9.0"
digest = "0.10.0" digest = "0.10.0"
dtparse = "1.2.0" dtparse = "1.2.0"