From a7ca40d3499c2146ab7c32e6410d8563e83d94d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 06:50:02 +0000 Subject: [PATCH] Update openapiv3 requirement from 0.4.0 to 0.5.0 Updates the requirements on [openapiv3](https://github.com/glademiller/openapiv3) to permit the latest version. - [Release notes](https://github.com/glademiller/openapiv3/releases) - [Commits](https://github.com/glademiller/openapiv3/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: openapiv3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- core/Cargo.toml | 2 +- plugins/actix-web/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0675acc3b..14b5a7c20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ url_dep = { version = ">=1.7,<3", package = "url" } thiserror = "1.0" anyhow = "1.0" once_cell = "1.4" -openapiv3 = { version = "0.4.0", optional = true } +openapiv3 = { version = "0.5.0", optional = true } indexmap = { version = "1.0", features = ["serde-1", "std"], optional = true } [dev-dependencies] diff --git a/core/Cargo.toml b/core/Cargo.toml index 434735702..1c7c63899 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -33,7 +33,7 @@ url = { version = "2", optional = true } uuid = { version = "0", optional = true } thiserror = "1.0" serde_qs = { version = "0", optional = true } -openapiv3 = { version = "0.4.0", optional = true } +openapiv3 = { version = "0.5.0", optional = true } indexmap = { version = "1.0", features = ["serde-1", "std"], optional = true } [features] diff --git a/plugins/actix-web/Cargo.toml b/plugins/actix-web/Cargo.toml index e554ac436..65fe5048f 100644 --- a/plugins/actix-web/Cargo.toml +++ b/plugins/actix-web/Cargo.toml @@ -20,7 +20,7 @@ actix-web4 = { version = "4.0.0-beta.12", default-features = false, optional = t parking_lot = ">=0.10,<0.12" serde_json = "1.0" once_cell = "1.4" -openapiv3 = { version = "0.4.0", optional = true } +openapiv3 = { version = "0.5.0", optional = true } include_dir = { version = "0.6.1", optional = true } [features]