From 72269eb0b64fa381fd00ba33fe7aaebc1895683e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 06:50:15 +0000 Subject: [PATCH] Update include_dir requirement from 0.6.1 to 0.7.2 Updates the requirements on [include_dir](https://github.com/Michael-F-Bryan/include_dir) to permit the latest version. - [Release notes](https://github.com/Michael-F-Bryan/include_dir/releases) - [Commits](https://github.com/Michael-F-Bryan/include_dir/compare/include_dir-v0.6.1...include_dir-v0.7.2) --- updated-dependencies: - dependency-name: include_dir dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugins/actix-web/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]