mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 22:21:15 +00:00
chore: upgrade to tokio 1.3.0 (#9778)
This commit is contained in:
parent
a22aadbe50
commit
c8fbf6d38a
8 changed files with 9 additions and 9 deletions
|
|
@ -18,6 +18,6 @@ bytes = "1.0.1"
|
|||
deno_core = { version = "0.81.0", path = "../../core" }
|
||||
reqwest = { version = "0.11.0", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
|
||||
serde = { version = "1.0.123", features = ["derive"] }
|
||||
tokio = { version = "1.2.0", features = ["full"] }
|
||||
tokio = { version = "1.3.0", features = ["full"] }
|
||||
tokio-stream = "0.1.3"
|
||||
tokio-util = "0.6.2"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
deno_core = { version = "0.81.0", path = "../../core" }
|
||||
tokio = { version = "1.1.1", features = ["full"] }
|
||||
tokio = { version = "1.3.0", features = ["full"] }
|
||||
serde = { version = "1.0.123", features = ["derive"] }
|
||||
wgpu-core = { version = "0.7.0", features = ["trace"] }
|
||||
wgpu-types = "0.7.0"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ path = "lib.rs"
|
|||
deno_core = { version = "0.81.0", path = "../../core" }
|
||||
http = "0.2.3"
|
||||
serde = { version = "1.0.123", features = ["derive"] }
|
||||
tokio = { version = "1.2.0", features = ["full"] }
|
||||
tokio = { version = "1.3.0", features = ["full"] }
|
||||
tokio-rustls = "0.22.0"
|
||||
tokio-tungstenite = "0.13.0"
|
||||
webpki = "0.21.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue