From ae4273175b98f411696a820171609afd6b239423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 23:07:10 +0000 Subject: [PATCH] Update openapiv3 requirement from 0.4.0 to 1.0.2 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...v1.0.2) --- 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..828b7521b 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 = "1.0.2", 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..19da61826 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 = "1.0.2", 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..ce3c1e478 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 = "1.0.2", optional = true } include_dir = { version = "0.6.1", optional = true } [features]