--- hickory-proto-0.24.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ hickory-proto-0.24.0/Cargo.toml 2023-12-14T11:35:58.400575+00:00 @@ -139,7 +139,7 @@ version = "0.8" [dependencies.ring] -version = "0.16" +version = "0.17" features = ["std"] optional = true @@ -222,14 +222,6 @@ "rt", "time", "macros", -] - -[dev-dependencies.tracing-subscriber] -version = "0.3" -features = [ - "std", - "fmt", - "env-filter", ] [features] @@ -295,6 +287,7 @@ testing = [] text-parsing = [] tokio-runtime = [ + "tokio/io-util", "tokio/net", "tokio/rt", "tokio/time",