From e203bd9c5a4eb1b338c94bdcd4b2e91e7e1c5168 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 25 Oct 2022 11:55:57 -0400 Subject: fix: upgrade swc_ecma_parser to 0.122.19 - deno_ast 0.20 (#16406) --- ext/fetch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fetch') diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml index 047817e42..a7134b6d3 100644 --- a/ext/fetch/Cargo.toml +++ b/ext/fetch/Cargo.toml @@ -15,7 +15,7 @@ path = "lib.rs" [dependencies] bytes = "1.1.0" -data-url = "0.1.1" +data-url = "0.2.0" deno_core = { version = "0.155.0", path = "../../core" } deno_tls = { version = "0.60.0", path = "../tls" } dyn-clone = "1" -- cgit v1.2.3