diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-05-17 14:44:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 14:44:40 +0200 |
commit | 94eabfeeba3849a5d3a853eca337e0628f4524e1 (patch) | |
tree | 41ba7869fc9228fd626d76586977b8307147ce8e /runtime | |
parent | 30b2779bb6239f7a59d64cec65637d83118f3c8f (diff) |
chore: update dependencies (#10660)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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" |