mirror of
https://github.com/denoland/deno.git
synced 2025-10-01 22:51:14 +00:00
chore: update dependencies (#10660)
This commit is contained in:
parent
30b2779bb6
commit
94eabfeeba
9 changed files with 117 additions and 110 deletions
|
@ -18,9 +18,9 @@ bytes = "1.0.1"
|
|||
data-url = "0.1.0"
|
||||
deno_core = { version = "0.87.0", path = "../../core" }
|
||||
deno_file = { version = "0.5.0", path = "../file" }
|
||||
http = "0.2.3"
|
||||
reqwest = { version = "0.11.2", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
|
||||
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"] }
|
||||
tokio = { version = "1.6.0", features = ["full"] }
|
||||
tokio-stream = "0.1.5"
|
||||
tokio-util = "0.6.5"
|
||||
tokio-util = "0.6.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue