diff --git a/plugins/actix-web/Cargo.toml b/plugins/actix-web/Cargo.toml index e554ac436..a4dbe093d 100644 --- a/plugins/actix-web/Cargo.toml +++ b/plugins/actix-web/Cargo.toml @@ -21,7 +21,7 @@ parking_lot = ">=0.10,<0.12" serde_json = "1.0" once_cell = "1.4" openapiv3 = { version = "0.4.0", optional = true } -include_dir = { version = "0.6.1", optional = true } +include_dir = { version = "0.7.2", optional = true } [features] actix = ["actix4"]