mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +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
|
@ -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