Skip to content

Commit 10c9a0f

Browse files
authored
Use libmdns 0.7 to avoid packet 47 error
1 parent 650d41b commit 10c9a0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

discovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ form_urlencoded = "1.0"
1515
futures-core = "0.3"
1616
hmac = "0.11"
1717
hyper = { version = "0.14", features = ["server", "http1", "tcp"] }
18-
libmdns = "0.6"
18+
libmdns = "0.7"
1919
log = "0.4"
2020
rand = "0.8"
2121
serde_json = "1.0.25"

0 commit comments

Comments
 (0)