From cebd96588cab24447c6e86a7eb907d75fdb51397 Mon Sep 17 00:00:00 2001 From: Christopher Gubbin <44929740+cgubbin@users.noreply.github.com> Date: Sat, 29 Jan 2022 14:23:52 +0000 Subject: [PATCH] Updated json/json_decode_error to v4 (#488) --- json/json_decode_error/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/json_decode_error/Cargo.toml b/json/json_decode_error/Cargo.toml index c80a36af..320ea8c0 100644 --- a/json/json_decode_error/Cargo.toml +++ b/json/json_decode_error/Cargo.toml @@ -5,5 +5,5 @@ authors = ["Stig Johan Berggren "] edition = "2018" [dependencies] -actix-web = "3" +actix-web = "4.0.0-beta.21" serde = "1"