bump versions to 0.19.4, update Changelog

This commit is contained in:
Benjamin Fry 2020-04-11 14:10:52 -07:00
parent e6902f7a57
commit 49a88d769d
15 changed files with 115 additions and 112 deletions

View File

@ -11,11 +11,14 @@ All notes should be prepended with the location of the change, e.g. `(proto)` or
- (resolver) option to include intermediate (CNAME) records in results (@balboah) #1028
- (async-std-resolver) added implementation for async-std! woohoo! (@belak) #1067 #1051 #926
- (server) add support for $INCLUDE in zone files (@kachayev) #1027
- (proto) exposed LabelIter from Name (@avitex) #1064
### Changed
- (all) updated rustls to 0.17
- (all) updated tokio-rustls to 0.13
- (all) min rustc compiler version now 1.40
## 0.19.3

120
Cargo.lock generated
View File

@ -52,12 +52,12 @@ dependencies = [
[[package]]
name = "async-std-resolver"
version = "0.19.3"
version = "0.19.4"
dependencies = [
"async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"async-trait 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"trust-dns-resolver 0.19.3",
"trust-dns-resolver 0.19.4",
]
[[package]]
@ -1052,15 +1052,15 @@ dependencies = [
[[package]]
name = "thiserror"
version = "1.0.14"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"thiserror-impl 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror-impl 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "thiserror-impl"
version = "1.0.14"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1155,7 +1155,7 @@ dependencies = [
[[package]]
name = "trust-dns"
version = "0.19.3"
version = "0.19.4"
dependencies = [
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1166,19 +1166,19 @@ dependencies = [
"regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
"rustls 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
"trust-dns-client 0.19.3",
"trust-dns-https 0.19.3",
"trust-dns-native-tls 0.19.3",
"trust-dns-openssl 0.19.3",
"trust-dns-proto 0.19.3",
"trust-dns-rustls 0.19.3",
"trust-dns-server 0.19.3",
"trust-dns-client 0.19.4",
"trust-dns-https 0.19.4",
"trust-dns-native-tls 0.19.4",
"trust-dns-openssl 0.19.4",
"trust-dns-proto 0.19.4",
"trust-dns-rustls 0.19.4",
"trust-dns-server 0.19.4",
"webpki-roots 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "trust-dns-client"
version = "0.19.3"
version = "0.19.4"
dependencies = [
"backtrace 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1192,16 +1192,16 @@ dependencies = [
"ring 0.16.12 (registry+https://github.com/rust-lang/crates.io-index)",
"rustls 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
"trust-dns-https 0.19.3",
"trust-dns-proto 0.19.3",
"trust-dns-https 0.19.4",
"trust-dns-proto 0.19.4",
"webpki 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "trust-dns-compatibility"
version = "0.19.3"
version = "0.19.4"
dependencies = [
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"data-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1209,12 +1209,12 @@ dependencies = [
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"openssl 0.10.29 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"trust-dns-client 0.19.3",
"trust-dns-client 0.19.4",
]
[[package]]
name = "trust-dns-https"
version = "0.19.3"
version = "0.19.4"
dependencies = [
"backtrace 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1225,11 +1225,11 @@ dependencies = [
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"rustls 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-rustls 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
"trust-dns-proto 0.19.3",
"trust-dns-rustls 0.19.3",
"trust-dns-proto 0.19.4",
"trust-dns-rustls 0.19.4",
"typed-headers 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"webpki 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)",
"webpki-roots 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1237,7 +1237,7 @@ dependencies = [
[[package]]
name = "trust-dns-integration"
version = "0.19.3"
version = "0.19.4"
dependencies = [
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1249,41 +1249,41 @@ dependencies = [
"rusqlite 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rustls 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
"trust-dns-client 0.19.3",
"trust-dns-https 0.19.3",
"trust-dns-openssl 0.19.3",
"trust-dns-proto 0.19.3",
"trust-dns-resolver 0.19.3",
"trust-dns-rustls 0.19.3",
"trust-dns-server 0.19.3",
"trust-dns-client 0.19.4",
"trust-dns-https 0.19.4",
"trust-dns-openssl 0.19.4",
"trust-dns-proto 0.19.4",
"trust-dns-resolver 0.19.4",
"trust-dns-rustls 0.19.4",
"trust-dns-server 0.19.4",
"webpki-roots 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "trust-dns-native-tls"
version = "0.19.3"
version = "0.19.4"
dependencies = [
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"trust-dns-proto 0.19.3",
"trust-dns-proto 0.19.4",
]
[[package]]
name = "trust-dns-openssl"
version = "0.19.3"
version = "0.19.4"
dependencies = [
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"openssl 0.10.29 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-openssl 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"trust-dns-proto 0.19.3",
"trust-dns-proto 0.19.4",
]
[[package]]
name = "trust-dns-proto"
version = "0.19.3"
version = "0.19.4"
dependencies = [
"async-trait 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
"backtrace 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1301,7 +1301,7 @@ dependencies = [
"serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
"url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1309,7 +1309,7 @@ dependencies = [
[[package]]
name = "trust-dns-resolver"
version = "0.19.3"
version = "0.19.4"
dependencies = [
"backtrace 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1323,22 +1323,22 @@ dependencies = [
"rustls 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-openssl 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-rustls 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"trust-dns-https 0.19.3",
"trust-dns-native-tls 0.19.3",
"trust-dns-openssl 0.19.3",
"trust-dns-proto 0.19.3",
"trust-dns-rustls 0.19.3",
"trust-dns-https 0.19.4",
"trust-dns-native-tls 0.19.4",
"trust-dns-openssl 0.19.4",
"trust-dns-proto 0.19.4",
"trust-dns-rustls 0.19.4",
"webpki-roots 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "trust-dns-rustls"
version = "0.19.3"
version = "0.19.4"
dependencies = [
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1346,13 +1346,13 @@ dependencies = [
"rustls 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-rustls 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
"trust-dns-proto 0.19.3",
"trust-dns-proto 0.19.4",
"webpki 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "trust-dns-server"
version = "0.19.3"
version = "0.19.4"
dependencies = [
"backtrace 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1367,32 +1367,32 @@ dependencies = [
"rusqlite 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rustls 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-openssl 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-rustls 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
"toml 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"trust-dns-client 0.19.3",
"trust-dns-https 0.19.3",
"trust-dns-openssl 0.19.3",
"trust-dns-proto 0.19.3",
"trust-dns-resolver 0.19.3",
"trust-dns-rustls 0.19.3",
"trust-dns-client 0.19.4",
"trust-dns-https 0.19.4",
"trust-dns-openssl 0.19.4",
"trust-dns-proto 0.19.4",
"trust-dns-resolver 0.19.4",
"trust-dns-rustls 0.19.4",
]
[[package]]
name = "trust-dns-util"
version = "0.19.3"
version = "0.19.4"
dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"data-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"openssl 0.10.29 (registry+https://github.com/rust-lang/crates.io-index)",
"trust-dns-client 0.19.3",
"trust-dns-proto 0.19.3",
"trust-dns-resolver 0.19.3",
"trust-dns-client 0.19.4",
"trust-dns-proto 0.19.4",
"trust-dns-resolver 0.19.4",
]
[[package]]
@ -1728,8 +1728,8 @@ dependencies = [
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
"checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
"checksum thiserror 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "f0570dc61221295909abdb95c739f2e74325e14293b2026b0a7e195091ec54ae"
"checksum thiserror-impl 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "227362df41d566be41a28f64401e07a043157c21c14b9785a0d8e256f940a8fd"
"checksum thiserror 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "54b3d3d2ff68104100ab257bb6bb0cb26c901abe4bd4ba15961f3bf867924012"
"checksum thiserror-impl 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972988113b7715266f91250ddb98070d033c62a011fa0fcc57434a649310dd"
"checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
"checksum tokio 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "39fb9142eb6e9cc37f4f29144e62618440b149a138eee01a7bbe9b9226aaf17c"

View File

@ -1,6 +1,6 @@
[package]
name = "trust-dns"
version = "0.19.3"
version = "0.19.4"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
@ -77,17 +77,17 @@ futures = { version = "0.3.4", default-features = false, features = ["std"] }
log = "0.4"
rustls = { version = "0.17", optional = true }
tokio = { version = "0.2.16", features = ["rt-core", "rt-threaded", "time"] }
trust-dns-client= { version = "0.19.3", path = "../crates/client" }
trust-dns-openssl = { version = "0.19.3", path = "../crates/openssl", optional = true }
trust-dns-proto = { version = "0.19.3", path = "../crates/proto" }
trust-dns-rustls = { version = "0.19.3", path = "../crates/rustls", optional = true }
trust-dns-server = { version = "0.19.3", path = "../crates/server" }
trust-dns-client= { version = "0.19.4", path = "../crates/client" }
trust-dns-openssl = { version = "0.19.4", path = "../crates/openssl", optional = true }
trust-dns-proto = { version = "0.19.4", path = "../crates/proto" }
trust-dns-rustls = { version = "0.19.4", path = "../crates/rustls", optional = true }
trust-dns-server = { version = "0.19.4", path = "../crates/server" }
[dev-dependencies]
env_logger = "0.7"
native-tls = "0.2"
regex = "1.3.4"
trust-dns-proto = { version = "0.19.3", path = "../crates/proto", features = ["testing"] }
trust-dns-native-tls = { version = "0.19.3", path = "../crates/native-tls" }
trust-dns-https = { version = "0.19.3", path = "../crates/https" }
trust-dns-proto = { version = "0.19.4", path = "../crates/proto", features = ["testing"] }
trust-dns-native-tls = { version = "0.19.4", path = "../crates/native-tls" }
trust-dns-https = { version = "0.19.4", path = "../crates/https" }
webpki-roots = { version = "0.19" }

View File

@ -1,6 +1,6 @@
[package]
name = "async-std-resolver"
version = "0.19.3"
version = "0.19.4"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
@ -67,8 +67,8 @@ path = "src/lib.rs"
async-std = "1.0"
async-trait = "0.1.27"
futures = { version = "0.3.4", default-features = false, features = ["std"] }
trust-dns-resolver = { version = "0.19.3", path = "../resolver", default-features = false }
trust-dns-resolver = { version = "0.19.4", path = "../resolver", default-features = false }
[dev-dependencies]
async-std = { version = "1.0", features = ["attributes"] }
trust-dns-resolver = { version = "0.19.3", path = "../resolver", default-features = false, features = ["testing"] }
trust-dns-resolver = { version = "0.19.4", path = "../resolver", default-features = false, features = ["testing"] }

View File

@ -1,6 +1,6 @@
[package]
name = "trust-dns-client"
version = "0.19.3"
version = "0.19.4"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
@ -79,8 +79,8 @@ rustls = { version = "0.17", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
thiserror = "1.0.14"
tokio = { version = "0.2.16", features = ["rt-core"] }
trust-dns-https = { version = "0.19.3", path = "../https", optional = true }
trust-dns-proto = { version = "0.19.3", path = "../proto", features = ["dnssec"]}
trust-dns-https = { version = "0.19.4", path = "../https", optional = true }
trust-dns-proto = { version = "0.19.4", path = "../proto", features = ["dnssec"]}
webpki = { version = "0.21", optional = true }
[dev-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "trust-dns-https"
version = "0.19.3"
version = "0.19.4"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
@ -59,8 +59,8 @@ thiserror = "1.0.14"
tokio = { version = "0.2.16", features = ["tcp", "io-util", "rt-core"] }
tokio-rustls = "0.13"
# disables default features, i.e. openssl...
trust-dns-proto = { version = "0.19.3", path = "../proto", features = ["tokio-runtime"], default-features = false }
trust-dns-rustls = { version = "0.19.3", path = "../rustls", default-features = false }
trust-dns-proto = { version = "0.19.4", path = "../proto", features = ["tokio-runtime"], default-features = false }
trust-dns-rustls = { version = "0.19.4", path = "../rustls", default-features = false }
typed-headers = "0.2"
webpki-roots = { version = "0.19" }
webpki = "0.21"

View File

@ -1,6 +1,6 @@
[package]
name = "trust-dns-native-tls"
version = "0.19.3"
version = "0.19.4"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
@ -52,7 +52,7 @@ native-tls = "0.2"
tokio = "0.2.16"
tokio-tls = "0.3.0"
# disables default features, i.e. openssl...
trust-dns-proto = { version = "0.19.3", path = "../proto", features = ["tokio-runtime"], default-features = false }
trust-dns-proto = { version = "0.19.4", path = "../proto", features = ["tokio-runtime"], default-features = false }
[dev-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "trust-dns-openssl"
version = "0.19.3"
version = "0.19.4"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
@ -51,7 +51,7 @@ futures = { version = "0.3.4", default-features = false, features = ["std"] }
openssl = { version = "0.10", features = ["v102", "v110"] }
tokio-openssl = "0.4.0"
tokio = "0.2.16"
trust-dns-proto = { version = "0.19.3", path = "../proto", features = ["openssl"] }
trust-dns-proto = { version = "0.19.4", path = "../proto", features = ["openssl"] }
[dev-dependencies]
openssl = { version = "0.10", features = ["v102", "v110"] }

View File

@ -1,6 +1,6 @@
[package]
name = "trust-dns-proto"
version = "0.19.3"
version = "0.19.4"
edition = "2018"
authors = ["Benjamin Fry <benjaminfry@me.com>"]

View File

@ -1,6 +1,6 @@
[package]
name = "trust-dns-resolver"
version = "0.19.3"
version = "0.19.4"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
@ -80,11 +80,11 @@ tokio = { version = "0.2.16", optional = true }
tokio-tls = { version = "0.3.0", optional = true }
tokio-openssl = { version = "0.4.0", optional = true }
tokio-rustls = { version = "0.13", optional = true }
trust-dns-https = { version = "0.19.3", path = "../https", optional = true }
trust-dns-native-tls = { version = "0.19.3", path = "../native-tls", optional = true }
trust-dns-openssl = { version = "0.19.3", path = "../openssl", optional = true }
trust-dns-proto = { version = "0.19.3", path = "../proto", default-features = false }
trust-dns-rustls = { version = "0.19.3", path = "../rustls", optional = true }
trust-dns-https = { version = "0.19.4", path = "../https", optional = true }
trust-dns-native-tls = { version = "0.19.4", path = "../native-tls", optional = true }
trust-dns-openssl = { version = "0.19.4", path = "../openssl", optional = true }
trust-dns-proto = { version = "0.19.4", path = "../proto", default-features = false }
trust-dns-rustls = { version = "0.19.4", path = "../rustls", optional = true }
webpki-roots = { version = "0.19", optional = true }
[target.'cfg(windows)'.dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "trust-dns-rustls"
version = "0.19.3"
version = "0.19.4"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
@ -53,7 +53,7 @@ rustls = "0.17"
tokio = { version = "0.2.16", features = ["tcp", "io-util"] }
tokio-rustls = { version = "0.13", features = ["early-data"] }
# disables default features, i.e. openssl...
trust-dns-proto = { version = "0.19.3", path = "../proto", features = ["tokio-runtime"], default-features = false }
trust-dns-proto = { version = "0.19.4", path = "../proto", features = ["tokio-runtime"], default-features = false }
webpki = "0.21"
[dev-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "trust-dns-server"
version = "0.19.3"
version = "0.19.4"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
@ -89,9 +89,9 @@ tokio = { version = "0.2.16", features = ["stream", "tcp", "udp"] }
tokio-openssl = { version = "0.4.0", optional = true }
tokio-rustls = { version = "0.13", optional = true }
toml = "0.5"
trust-dns-client= { version = "0.19.3", path = "../client" }
trust-dns-https = { version = "0.19.3", path = "../https", optional = true }
trust-dns-proto = { version = "0.19.3", path = "../proto" }
trust-dns-openssl = { version = "0.19.3", path = "../openssl", optional = true }
trust-dns-resolver = { version = "0.19.3", path = "../resolver", features = ["serde-config"], optional = true }
trust-dns-rustls = { version = "0.19.3", path = "../rustls", optional = true }
trust-dns-client= { version = "0.19.4", path = "../client" }
trust-dns-https = { version = "0.19.4", path = "../https", optional = true }
trust-dns-proto = { version = "0.19.4", path = "../proto" }
trust-dns-openssl = { version = "0.19.4", path = "../openssl", optional = true }
trust-dns-resolver = { version = "0.19.4", path = "../resolver", features = ["serde-config"], optional = true }
trust-dns-rustls = { version = "0.19.4", path = "../rustls", optional = true }

View File

@ -1,6 +1,6 @@
[package]
name = "trust-dns-compatibility"
version = "0.19.3"
version = "0.19.4"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
@ -52,4 +52,4 @@ env_logger = "0.7"
futures = "0.3.4"
openssl = { version = "0.10", features = ["v102", "v110"] }
rand = "0.7"
trust-dns-client= { version = "0.19.3", path="../../crates/client", features = ["dnssec-openssl"] }
trust-dns-client= { version = "0.19.4", path="../../crates/client", features = ["dnssec-openssl"] }

View File

@ -1,6 +1,6 @@
[package]
name = "trust-dns-integration"
version = "0.19.3"
version = "0.19.4"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
@ -78,14 +78,14 @@ rand = "0.7"
rusqlite = { version = "0.21.0", features = ["bundled"] }
rustls = "0.17"
tokio = { version = "0.2.16", features = ["time", "rt-core"] }
trust-dns-client= { version = "0.19.3", path = "../../crates/client" }
trust-dns-https = { version = "0.19.3", path = "../../crates/https" }
trust-dns-openssl = { version = "0.19.3", path = "../../crates/openssl" }
trust-dns-proto = { version = "0.19.3", path = "../../crates/proto", features = ["testing"] }
trust-dns-resolver = { version = "0.19.3", path = "../../crates/resolver" }
trust-dns-rustls = { version = "0.19.3", path = "../../crates/rustls" }
trust-dns-client= { version = "0.19.4", path = "../../crates/client" }
trust-dns-https = { version = "0.19.4", path = "../../crates/https" }
trust-dns-openssl = { version = "0.19.4", path = "../../crates/openssl" }
trust-dns-proto = { version = "0.19.4", path = "../../crates/proto", features = ["testing"] }
trust-dns-resolver = { version = "0.19.4", path = "../../crates/resolver" }
trust-dns-rustls = { version = "0.19.4", path = "../../crates/rustls" }
# TODO: fixup tests to not require openssl
trust-dns-server = { version = "0.19.3", path = "../../crates/server" }
trust-dns-server = { version = "0.19.4", path = "../../crates/server" }
webpki-roots = { version = "0.19", optional = true }
[dev-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "trust-dns-util"
version = "0.19.3"
version = "0.19.4"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
@ -50,9 +50,9 @@ path = "src/pem_to_public_dnskey.rs"
[dependencies]
clap = "2.33.0"
data-encoding = "2.2.0"
trust-dns-client= { version = "0.19.3", features = ["dnssec-openssl"], path = "../crates/client" }
trust-dns-proto = { version = "0.19.3", features = ["dnssec-openssl"], path = "../crates/proto" }
trust-dns-resolver = { version = "0.19.3", features = ["dnssec-openssl"], path = "../crates/resolver" }
trust-dns-client= { version = "0.19.4", features = ["dnssec-openssl"], path = "../crates/client" }
trust-dns-proto = { version = "0.19.4", features = ["dnssec-openssl"], path = "../crates/proto" }
trust-dns-resolver = { version = "0.19.4", features = ["dnssec-openssl"], path = "../crates/resolver" }
env_logger = "0.7"
log = "0.4"
openssl = { version = "0.10", features = ["v102", "v110"] }