From 4b8c46d1b61371321069c7098fe36ea874aaa1c8 Mon Sep 17 00:00:00 2001 From: David Monroe Date: Fri, 23 Sep 2022 13:47:30 +0200 Subject: [PATCH] update derive_more dependency to 0.99.8 actix-web does not compile with derive_more versions below this. --- actix-web/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-web/Cargo.toml b/actix-web/Cargo.toml index d57e52f36..c7b54bd46 100644 --- a/actix-web/Cargo.toml +++ b/actix-web/Cargo.toml @@ -80,7 +80,7 @@ bytes = "1" bytestring = "1" cfg-if = "1" cookie = { version = "0.16", features = ["percent-encode"], optional = true } -derive_more = "0.99.5" +derive_more = "0.99.8" encoding_rs = "0.8" futures-core = { version = "0.3.7", default-features = false } futures-util = { version = "0.3.7", default-features = false }