diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-04-02 19:54:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-02 19:54:40 +0200 |
| commit | 6c25b5135dfa6d9be35f6993e4b43d442977eff9 (patch) | |
| tree | c46af87ac21b1b99ea7a948dfe02894afeb75848 /ext/net | |
| parent | c0ee027d346191238c01d9fd35f45cc695bd1ae6 (diff) | |
chore: update tokio, tokio-util and libc dependencies (#14174)
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"] } |
