From 68952e48ebcf7bf39178a663678ef3f67d064987 Mon Sep 17 00:00:00 2001 From: Christopher Gubbin <44929740+cgubbin@users.noreply.github.com> Date: Sat, 29 Jan 2022 14:18:21 +0000 Subject: [PATCH] Updated json/json_error to v4. (#490) --- json/json_error/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/json_error/Cargo.toml b/json/json_error/Cargo.toml index 1404699f..7e9d79e1 100644 --- a/json/json_error/Cargo.toml +++ b/json/json_error/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Kai Yao "] edition = "2018" [dependencies] -actix-web = "3" +actix-web = "4.0.0-beta.21" failure = "0.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"