From 1bf7b90ca8ad8e2bf62e455c24d5498c9ee74a46 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Thu, 2 Sep 2021 23:38:44 +0200 Subject: chore: update dependencies (#11856) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- ext/net/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/net') diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index 159899078..f8a633997 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -19,7 +19,7 @@ deno_tls = { version = "0.3.0", path = "../tls" } lazy_static = "1.4.0" log = "0.4.14" -serde = { version = "1.0.126", features = ["derive"] } -tokio = { version = "1.8.1", features = ["full"] } +serde = { version = "1.0.129", features = ["derive"] } +tokio = { version = "1.10.1", features = ["full"] } trust-dns-proto = "0.20.3" trust-dns-resolver = { version = "0.20.3", features = ["tokio-runtime", "serde-config"] } -- cgit v1.2.3