From ef64d6a27cb57853a62739935a7d124d3500947f Mon Sep 17 00:00:00 2001 From: david-monroe <112688821+david-monroe@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:39:18 +0200 Subject: [PATCH] update derive_more dependency to 0.99.8 (#2888) --- 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 }