This commit is contained in:
Ryan Dahl 2021-01-29 09:53:03 -05:00 committed by GitHub
parent 4b92eef25e
commit 11dd6f2013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 73 additions and 35 deletions

View file

@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
version = "0.20.0"
version = "0.20.1"
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.0", path = "../../core" }
deno_core = { version = "0.77.1", 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.0", features = ["full"] }