diff --git a/Cargo.toml b/Cargo.toml index e75415e..84a831f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libflatterer" -version = "0.19.11" +version = "0.19.12" authors = ["David Raznick "] edition = "2021" description = "Lib to make JSON flatterer" @@ -28,7 +28,7 @@ lazy_static = "1" typed-builder = "0.18.0" num_cpus = "1.13.1" flate2 = "1.0.24" -csvs_convert = "0.8.8" +csvs_convert = "0.8.9" bytes = "1.4.0" url = "2.3.1" jsonpath-rust = "0.3.0"