chore: upgrade to tokio 1.3.0 (#9778)

This commit is contained in:
Yusuke Tanaka 2021-03-14 23:03:24 +09:00 committed by GitHub
parent a22aadbe50
commit c8fbf6d38a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 9 deletions

View file

@ -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"