mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 23:24:37 +00:00
chore: release crates (#10976)
This commit is contained in:
parent
5bf4a88aa4
commit
ba91a727a6
16 changed files with 83 additions and 83 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue