From 177727d730d786c71ba3afbc02f023f4b40c27a8 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 28 Aug 2019 15:32:03 -0700 Subject: third_party: downgrade 'url' crate to version 1.7.2 --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/Cargo.toml b/core/Cargo.toml index e10318264..02932df35 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -25,7 +25,7 @@ lazy_static = "1.3.0" libc = "0.2.62" log = "0.4.8" serde_json = "1.0.40" -url = "2.1.0" +url = "1.7.2" [[example]] name = "deno_core_http_bench" -- cgit v1.2.3