You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
725 B
33 lines
725 B
--- trust-dns-proto-0.7.4/Cargo.toml 1970-01-01T00:00:00+00:00
|
|
+++ trust-dns-proto-0.7.4/Cargo.toml 2019-05-30T19:07:34.586785+00:00
|
|
@@ -60,10 +60,6 @@
|
|
[dependencies.rand]
|
|
version = "0.6"
|
|
|
|
-[dependencies.ring]
|
|
-version = "0.14"
|
|
-optional = true
|
|
-
|
|
[dependencies.serde]
|
|
version = "1.0"
|
|
optional = true
|
|
@@ -92,10 +88,6 @@
|
|
[dependencies.tokio-udp]
|
|
version = "^0.1"
|
|
|
|
-[dependencies.untrusted]
|
|
-version = "^0.6"
|
|
-optional = true
|
|
-
|
|
[dependencies.url]
|
|
version = "1.6.0"
|
|
[dev-dependencies.env_logger]
|
|
@@ -107,7 +99,6 @@
|
|
[features]
|
|
dnssec = ["data-encoding"]
|
|
dnssec-openssl = ["dnssec", "openssl"]
|
|
-dnssec-ring = ["dnssec", "ring", "untrusted"]
|
|
mdns = ["socket2/reuseport"]
|
|
serde-config = ["serde"]
|
|
[badges.appveyor]
|