From 30fc37671329ae479db035fc64004ebfa1fc911b Mon Sep 17 00:00:00 2001 From: Many the fish Date: Thu, 19 Jan 2023 17:37:30 +0100 Subject: [PATCH] Update deserr v0.3.0 --- milli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milli/Cargo.toml b/milli/Cargo.toml index dd0287331..3b709d638 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -12,7 +12,7 @@ byteorder = "1.4.3" charabia = { version = "0.7.0", default-features = false } concat-arrays = "0.1.2" crossbeam-channel = "0.5.6" -deserr = "0.1.5" +deserr = "0.3.0" either = "1.8.0" flatten-serde-json = { path = "../flatten-serde-json" } fst = "0.4.7"