diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-02-05 15:08:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-05 15:08:18 +0100 |
commit | 64f06be0eb5435408a5c1116d160190cc537b95c (patch) | |
tree | 247c7133d1a86dd798511f626d855f35d416c6eb /op_crates/fetch | |
parent | c83e261b42019f5a1ef1b67f9c764a3ed61b68a2 (diff) |
chore: release crates (#9410)
Diffstat (limited to 'op_crates/fetch')
-rw-r--r-- | op_crates/fetch/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op_crates/fetch/Cargo.toml b/op_crates/fetch/Cargo.toml index a96775d71..6b350c088 100644 --- a/op_crates/fetch/Cargo.toml +++ b/op_crates/fetch/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fetch" -version = "0.20.2" +version = "0.21.0" edition = "2018" description = "provides fetch Web API to deno_core" authors = ["the Deno authors"] @@ -15,7 +15,7 @@ path = "lib.rs" [dependencies] bytes = "1.0.1" -deno_core = { version = "0.77.1", path = "../../core" } +deno_core = { version = "0.78.0", path = "../../core" } reqwest = { version = "0.11.0", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } serde = { version = "1.0.121", features = ["derive"] } tokio = { version = "1.1.1", features = ["full"] } |