diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-06-28 20:59:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-28 20:59:23 +0200 |
| commit | 30cba2484815f712502ae8937a25afa13aba0818 (patch) | |
| tree | 496432652cf8ff00ee61e8d9a1e701fc65439596 /extensions/fetch | |
| parent | 9e875b2a2353eb4f3c6343a22e19c01276571cf6 (diff) | |
chore: release deno_core (#11164)
Diffstat (limited to 'extensions/fetch')
| -rw-r--r-- | extensions/fetch/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/fetch/Cargo.toml b/extensions/fetch/Cargo.toml index 7a810f1c6..a91c03a64 100644 --- a/extensions/fetch/Cargo.toml +++ b/extensions/fetch/Cargo.toml @@ -16,7 +16,7 @@ path = "lib.rs" [dependencies] bytes = "1.0.1" data-url = "0.1.0" -deno_core = { version = "0.91.0", path = "../../core" } +deno_core = { version = "0.92.0", path = "../../core" } deno_web = { version = "0.41.0", path = "../web" } http = "0.2.4" reqwest = { version = "0.11.3", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } |
