From 139ff92c2cb2a5f43f8e424751a23fdcbd640efa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 05:17:01 +0000 Subject: [PATCH] Update url requirement from 1.4.0 to 2.2.1 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.4.0...v2.2.1) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a1a0c0..504d622 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ serde_derive = "1.0.7" serde_json = "1.0.2" tokio-core = "0.1.7" tokio-timer = "0.1.1" -url = "1.4.0" +url = "2.2.1" vault-api = "0.7.2" [dev-dependencies]