--- hickory-proto-0.24.1/Cargo.toml 1970-01-01T00:00:01+00:00 +++ hickory-proto-0.24.1/Cargo.toml 2024-04-23T13:36:51.405824+00:00 @@ -89,11 +89,11 @@ optional = true [dependencies.h3] -version = "0.0.2" +version = "0.0.3" optional = true [dependencies.h3-quinn] -version = "0.0.3" +version = "0.0.4" optional = true [dependencies.http] @@ -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",