From 681ac99e4a08c2b861cd8699ba1aab0a35d11633 Mon Sep 17 00:00:00 2001 From: universalmind303 Date: Wed, 7 Dec 2022 10:56:35 -0600 Subject: [PATCH] chore: bump json-deserializer version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0f2714a0fb..43c687cff69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,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.2", optional = true, features = ["preserve_order"] } +json-deserializer = { version = "0.4.4", optional = true, features = ["preserve_order"] } indexmap = { version = "^1.6", optional = true } # used to print columns in a nice columnar format