deps: bump trust-dns-proto from 0.22.0 to 0.23.0

On https://github.com/libp2p/rust-libp2p/pull/3102 we left the `tokio-runtime` feature because of https://github.com/bluejekyll/trust-dns/issues/1830, meanwhile https://github.com/bluejekyll/trust-dns/pull/1831 was merged and `0.23.0` was released with it, so we no longer require the `tokio-runtime` feature.

Pull-Request: #4418.
This commit is contained in:
João Oliveira
2023-09-04 07:57:49 +01:00
committed by GitHub
parent 82e654c8a4
commit 50b8b637cf
2 changed files with 41 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ rand = "0.8.3"
smallvec = "1.11.0"
socket2 = { version = "0.5.3", features = ["all"] }
tokio = { version = "1.32", default-features = false, features = ["net", "time"], optional = true}
trust-dns-proto = { version = "0.22.0", default-features = false, features = ["mdns", "tokio-runtime"] }
trust-dns-proto = { version = "0.23.0", default-features = false, features = ["mdns"] }
void = "1.0.2"
[features]