diff options
Diffstat (limited to 'ext/net')
| -rw-r--r-- | ext/net/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index 1762a9f9e..7fde312b3 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -19,6 +19,6 @@ deno_tls = { version = "0.32.0", path = "../tls" } log = "0.4.14" serde = { version = "1.0.129", features = ["derive"] } socket2 = "0.4.2" -tokio = { version = "1.10.1", features = ["full"] } +tokio = { version = "1.17", features = ["full"] } trust-dns-proto = "0.20.3" trust-dns-resolver = { version = "0.20.3", features = ["tokio-runtime", "serde-config"] } |
