chore: release crates (#10976)

This commit is contained in:
Bartek Iwańczuk 2021-06-15 22:14:58 +02:00 committed by GitHub
parent 5bf4a88aa4
commit ba91a727a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 83 additions and 83 deletions

View file

@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
version = "0.30.0"
version = "0.31.0"
edition = "2018"
description = "Fetch API implementation for Deno"
authors = ["the Deno authors"]
@ -16,8 +16,8 @@ path = "lib.rs"
[dependencies]
bytes = "1.0.1"
data-url = "0.1.0"
deno_core = { version = "0.89.0", path = "../../core" }
deno_web = { version = "0.39.0", path = "../web" }
deno_core = { version = "0.90.0", path = "../../core" }
deno_web = { version = "0.40.0", path = "../web" }
http = "0.2.4"
reqwest = { version = "0.11.3", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
serde = { version = "1.0.125", features = ["derive"] }