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.
rust-trust-dns-proto/trust-dns-proto-fix-metadat...

35 lines
613 B

--- trust-dns-proto-0.23.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ trust-dns-proto-0.23.2/Cargo.toml 2023-11-22T00:08:40.241874+00:00
@@ -132,7 +132,7 @@
version = "0.8"
[dependencies.ring]
-version = "0.16"
+version = "0.17"
features = ["std"]
optional = true
@@ -219,14 +219,6 @@
"rt",
"time",
"macros",
-]
-
-[dev-dependencies.tracing-subscriber]
-version = "0.3"
-features = [
- "std",
- "fmt",
- "env-filter",
]
[features]
@@ -287,6 +279,7 @@
testing = []
text-parsing = []
tokio-runtime = [
+ "tokio/io-util",
"tokio/net",
"tokio/rt",
"tokio/time",