mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-30 17:44:34 +01:00
Upgrade trust-dns-proto
This commit is contained in:
parent
66a7c59aaf
commit
31f0a96c20
@ -1,5 +1,10 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [0.1.1] - 2019-01-13
|
||||||
|
|
||||||
|
* Upgrade trust-dns-proto
|
||||||
|
|
||||||
|
|
||||||
## [0.1.0] - 2018-12-09
|
## [0.1.0] - 2018-12-09
|
||||||
|
|
||||||
* Move server to separate crate
|
* Move server to separate crate
|
||||||
|
@ -32,8 +32,8 @@ actix-codec = "0.1.0"
|
|||||||
actix-rt = "0.1.0"
|
actix-rt = "0.1.0"
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
tokio-tcp = "0.1"
|
tokio-tcp = "0.1"
|
||||||
trust-dns-proto = "^0.5.0"
|
trust-dns-proto = "0.6.2"
|
||||||
trust-dns-resolver = "^0.10.0"
|
trust-dns-resolver = "0.10.2"
|
||||||
|
|
||||||
# openssl
|
# openssl
|
||||||
openssl = { version="0.10", optional = true }
|
openssl = { version="0.10", optional = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user