chore: release crates (#9410)

This commit is contained in:
Bartek Iwańczuk 2021-02-05 15:08:18 +01:00 committed by GitHub
parent c83e261b42
commit 64f06be0eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 32 additions and 32 deletions

View file

@ -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"] }