From 31f0a96c2051c7e25dd71941eb5a62a588e540af Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sun, 13 Jan 2019 10:03:33 -0800 Subject: [PATCH] Upgrade trust-dns-proto --- actix-connector/CHANGES.md | 5 +++++ actix-connector/Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/actix-connector/CHANGES.md b/actix-connector/CHANGES.md index 953441ef..8ef772c8 100644 --- a/actix-connector/CHANGES.md +++ b/actix-connector/CHANGES.md @@ -1,5 +1,10 @@ # Changes +## [0.1.1] - 2019-01-13 + +* Upgrade trust-dns-proto + + ## [0.1.0] - 2018-12-09 * Move server to separate crate diff --git a/actix-connector/Cargo.toml b/actix-connector/Cargo.toml index 02a9e28b..600c0ef4 100644 --- a/actix-connector/Cargo.toml +++ b/actix-connector/Cargo.toml @@ -32,8 +32,8 @@ actix-codec = "0.1.0" actix-rt = "0.1.0" futures = "0.1" tokio-tcp = "0.1" -trust-dns-proto = "^0.5.0" -trust-dns-resolver = "^0.10.0" +trust-dns-proto = "0.6.2" +trust-dns-resolver = "0.10.2" # openssl openssl = { version="0.10", optional = true }