From b4edddce6d8a2828f85ee802a4284c17898b9cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 05:15:12 +0000 Subject: [PATCH] Update url requirement from 1.5 to 2.3 in /vault-api Updates the requirements on [url](https://github.com/servo/rust-url) to permit the latest version. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v1.5.0...v2.3.0) --- updated-dependencies: - dependency-name: url dependency-type: direct:production ... Signed-off-by: dependabot[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 1de235f..bf6bd7a 100644 --- a/vault-api/Cargo.toml +++ b/vault-api/Cargo.toml @@ -23,7 +23,7 @@ swagger = "0.7" # Not required by example server. # bodyparser = {version = "0.7", optional = true} -url = "1.5" +url = "2.3" lazy_static = "0.2" log = "0.4.17" multipart = {version = "0.18", optional = true}