From 91198e98a130fda63d10f985f722a3ca3a5fa447 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 05:41:08 +0000 Subject: [PATCH] Update url requirement from ~1.7 to ~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.7.0...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 c80baf8..5e47b8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" } [dependencies] ws = { version = "0.8", features = ["ssl"] } log = "0.4" -url = "~1.7" +url = "~2.1" json = "0.11" ring = "0.14" base64 = "0.10"