From 0d97b282cec99f3e04d9cea6e914019dc89d01a7 Mon Sep 17 00:00:00 2001 From: Colin Jermain Date: Sun, 25 Sep 2022 18:09:10 -0400 Subject: [PATCH] Bumping json_deserializer version to 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd3674de4de..a5141e2a16a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ regex-syntax = { version = "^0.6", optional = true } streaming-iterator = { version = "0.1", optional = true } fallible-streaming-iterator = { version = "0.1", optional = true } -json-deserializer = { version = "0.4", optional = true, features = ["preserve_order"] } +json-deserializer = { version = "0.4.1", optional = true, features = ["preserve_order"] } indexmap = { version = "^1.6", optional = true } # used to print columns in a nice columnar format