parent
77405937cc
commit
ee9dc80e7a
@ -1,9 +0,0 @@
|
||||
[DEFAULT]
|
||||
unwanted-features =
|
||||
rustls
|
||||
tokio-rustls
|
||||
webpki-roots
|
||||
dns-over-https-rustls
|
||||
dns-over-quic
|
||||
dns-over-rustls
|
||||
dnssec-ring
|
@ -0,0 +1,18 @@
|
||||
[features]
|
||||
hide = [
|
||||
"rustls",
|
||||
"tokio-rustls",
|
||||
"webpki-roots",
|
||||
"dns-over-https-rustls",
|
||||
"dns-over-quic",
|
||||
"dns-over-rustls",
|
||||
"dnssec-ring",
|
||||
]
|
||||
|
||||
[tests]
|
||||
run = ["none"]
|
||||
comments = [
|
||||
"/etc/hosts and /etc/resolv.conf are not available in mock",
|
||||
"no internet connectivity in mock",
|
||||
]
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (trust-dns-resolver-0.22.0.crate) = d1a9687a4e50925933e8f2f3624877c543ac91e8139422a198ca02e18161e24c19606c35dba1d546e8a0e4b0ad15c85d985fa45726b587b586932119d6bd68a1
|
||||
SHA512 (trust-dns-resolver-0.23.1.crate) = 0023652f2f513b05490e7274ec493d488d2e51f826f5c8caab91ce82d0271ff937de499b83746f12a44f4d6c314d6dae883d4220abe5f1347caeb4958de89642
|
||||
|
@ -1,16 +1,17 @@
|
||||
--- trust-dns-resolver-0.21.2/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ trust-dns-resolver-0.21.2/Cargo.toml 2022-07-17T12:23:23.156278+00:00
|
||||
@@ -115,12 +115,9 @@
|
||||
dnssec-openssl = ["dnssec", "trust-dns-proto/dnssec-openssl"]
|
||||
dnssec-ring = ["dnssec", "trust-dns-proto/dnssec-ring"]
|
||||
serde-config = ["serde", "trust-dns-proto/serde-config"]
|
||||
-system-config = ["ipconfig", "resolv-conf"]
|
||||
+system-config = ["resolv-conf"]
|
||||
testing = []
|
||||
tokio-runtime = ["tokio/rt", "trust-dns-proto/tokio-runtime"]
|
||||
-[target."cfg(windows)".dependencies.ipconfig]
|
||||
-version = "0.3.0"
|
||||
-optional = true
|
||||
[badges.codecov]
|
||||
branch = "main"
|
||||
repository = "bluejekyll/trust-dns"
|
||||
--- trust-dns-resolver-0.23.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ trust-dns-resolver-0.23.1/Cargo.toml 2023-10-20T11:43:06.042766+00:00
|
||||
@@ -128,14 +128,6 @@
|
||||
"test-util",
|
||||
]
|
||||
|
||||
-[dev-dependencies.tracing-subscriber]
|
||||
-version = "0.3"
|
||||
-features = [
|
||||
- "std",
|
||||
- "fmt",
|
||||
- "env-filter",
|
||||
-]
|
||||
-
|
||||
[features]
|
||||
default = [
|
||||
"system-config",
|
||||
|
Loading…
Reference in new issue