From f9603e118f702a9c044c5b6400a69fdb9e0acbed Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 03:02:56 +0000 Subject: [PATCH] Update url requirement from 1.7.2 to 2.1.0 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.7.2...v2.1.0) 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 a9901ca..b152f93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ regex = "1.1" rocket = { version = "0.4.2", default-features = false } log = "0.3" unicase = "2.0" -url = "1.7.2" +url = "2.1.0" # Optional dependencies that are activated by the various features serde = { version = "1.0", optional = true }