Skip to content

Commit

Permalink
deps: bump trust-dns-proto from 0.22.0 to 0.23.0
Browse files Browse the repository at this point in the history
On #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.
  • Loading branch information
jxs authored Sep 4, 2023
1 parent 82e654c commit 50b8b63
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 5 deletions.
44 changes: 40 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protocols/mdns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 50b8b63

Please sign in to comment.