diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-11-23 15:10:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-23 15:10:58 +0100 |
commit | bc79d556496420441977ca6f5c66be3dc3ded187 (patch) | |
tree | 3e448422568055877a7eb9ea27b52727510ab310 /op_crates/fetch | |
parent | 230a11e8a40fffffb2bdd4f705863183c52c45a9 (diff) |
v1.5.4
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 1347c3842..0d829d82d 100644 --- a/op_crates/fetch/Cargo.toml +++ b/op_crates/fetch/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fetch" -version = "0.11.0" +version = "0.12.0" edition = "2018" description = "provides fetch Web API to deno_core" authors = ["the Deno authors"] @@ -14,6 +14,6 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.68.0", path = "../../core" } +deno_core = { version = "0.69.0", path = "../../core" } reqwest = { version = "0.10.8", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } serde = { version = "1.0.116", features = ["derive"] } |