From fa39abf470176c2669f580eb489d8bc1e92a3578 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 21:35:43 +0000 Subject: [PATCH] Update url requirement from 1.7.2 to 2.0.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.0.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 f45ac48..7579441 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ regex = "1.1" rocket = "0.4.0" log = "0.3" unicase = "2.0" -url = "1.7.2" +url = "2.0.0" # Optional dependencies that are activated by the various features serde = { version = "1.0", optional = true }