diff options
Diffstat (limited to 'ext/fetch')
-rw-r--r-- | ext/fetch/Cargo.toml | 2 |
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" |