From 01e207f4d0c5292a3220edf2512c20fd349099b4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 05:54:35 +0000 Subject: [PATCH] Update quick-error requirement from 1.2.2 to 2.0.1 Updates the requirements on [quick-error](https://github.com/tailhook/quick-error) to permit the latest version. - [Release notes](https://github.com/tailhook/quick-error/releases) - [Commits](https://github.com/tailhook/quick-error/compare/v1.2.2...v2.0.1) Signed-off-by: dependabot-preview[bot] --- amadeus-parquet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amadeus-parquet/Cargo.toml b/amadeus-parquet/Cargo.toml index da3151f8..00c1f493 100644 --- a/amadeus-parquet/Cargo.toml +++ b/amadeus-parquet/Cargo.toml @@ -32,7 +32,7 @@ fxhash = "0.2" hashlink = "0.5" lz-fear = "0.1" num-bigint = "0.3" -quick-error = "1.2.2" +quick-error = "2.0.1" rustversion = "1.0" serde = { version = "1.0", features = ["derive"] } serde_closure = "0.3"