From 94eabfeeba3849a5d3a853eca337e0628f4524e1 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Mon, 17 May 2021 14:44:40 +0200 Subject: chore: update dependencies (#10660) --- runtime/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime') diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 8c9d75ad0..66a956db5 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -73,8 +73,8 @@ tokio-util = { version = "0.6", features = ["io"] } uuid = { version = "0.8.2", features = ["v4"] } webpki = "0.21.4" webpki-roots = "0.21.1" -trust-dns-proto = "0.20.1" -trust-dns-resolver = { version = "0.20.1", features = ["tokio-runtime", "serde-config"] } +trust-dns-proto = "0.20.3" +trust-dns-resolver = { version = "0.20.3", features = ["tokio-runtime", "serde-config"] } [target.'cfg(windows)'.dependencies] fwdansi = "1.1.0" -- cgit v1.2.3