summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-10-25 11:55:57 -0400
committerGitHub <noreply@github.com>2022-10-25 11:55:57 -0400
commite203bd9c5a4eb1b338c94bdcd4b2e91e7e1c5168 (patch)
treea3dbebd1d701c7c84813e7eb2cf59d90fc4b6419 /ext
parent606db35ccbe8e3c1ce93ae943a2f9850558400af (diff)
fix: upgrade swc_ecma_parser to 0.122.19 - deno_ast 0.20 (#16406)
Diffstat (limited to 'ext')
-rw-r--r--ext/fetch/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"