diff options
| author | Bert Belder <bertbelder@gmail.com> | 2019-08-28 15:32:03 -0700 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2019-08-29 10:45:09 -0700 |
| commit | 177727d730d786c71ba3afbc02f023f4b40c27a8 (patch) | |
| tree | ee568880dd1b5d62cb534624acfe749a22bd71d7 /core | |
| parent | 89794d5d347d1358ec32ed42e1f0faa6e0ac6abe (diff) | |
third_party: downgrade 'url' crate to version 1.7.2
Diffstat (limited to 'core')
| -rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
