Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Bump json_deserializer to 0.4.2 (#1267)
Browse files Browse the repository at this point in the history
Bumping json_deserializer to 0.4.2
  • Loading branch information
cjermain committed Oct 7, 2022
1 parent 2fa401b commit 8689f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1", optional = true, features = ["preserve_order"] }
json-deserializer = { version = "0.4.2", optional = true, features = ["preserve_order"] }
indexmap = { version = "^1.6", optional = true }

# used to print columns in a nice columnar format
Expand Down

0 comments on commit 8689f71

Please sign in to comment.