From 041ab71c2efbfcc16670093a3e604882d48d2599 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 05:23:50 +0000 Subject: [PATCH] Update swagger requirement from 0.7 to 3.2 in /vault-api Updates the requirements on [swagger](https://github.com/Metaswitch/swagger-rs) to permit the latest version. - [Release notes](https://github.com/Metaswitch/swagger-rs/releases) - [Changelog](https://github.com/Metaswitch/swagger-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/Metaswitch/swagger-rs/compare/0.7.0...3.2.0) Signed-off-by: dependabot-preview[bot] --- vault-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault-api/Cargo.toml b/vault-api/Cargo.toml index c73cdfb..242ee83 100644 --- a/vault-api/Cargo.toml +++ b/vault-api/Cargo.toml @@ -18,7 +18,7 @@ futures = "0.1" hyper = {version = "0.10", optional = true} hyper-openssl = {version = "0.2", optional = true } iron = {version = "0.5", optional = true} -swagger = "0.7" +swagger = "3.2" # Not required by example server. #