mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-08-01 01:11:58 +00:00
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:
@@ -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]
|
||||
|
Reference in New Issue
Block a user