From 4514cfc131cfb473d8897226f24ec213f28912d8 Mon Sep 17 00:00:00 2001 From: Colin Jermain Date: Mon, 26 Sep 2022 00:39:45 -0400 Subject: [PATCH] Bump json_deserializer version to 0.4.1 (#1261) --- 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