We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f600f7a commit fe6172bCopy full SHA for fe6172b
transports/dns/Cargo.toml
@@ -18,7 +18,7 @@ async-std-resolver = { version = "0.20", optional = true }
18
smallvec = "1.6.1"
19
20
[dev-dependencies]
21
-env_logger = "0.6"
+env_logger = "0.8"
22
tokio-crate = { package = "tokio", version = "1.0", default-features = false, features = ["rt", "time"] }
23
async-std-crate = { package = "async-std", version = "1.6" }
24
0 commit comments