Skip to content

Commit 2ea7436

Browse files
authored
Merge pull request #1315 from willstott101/libmdns-0.9.1
Bump libmdns from 0.8.0 to 0.9.1
2 parents a3a1c17 + 2c871bb commit 2ea7436

3 files changed

Lines changed: 12 additions & 41 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ version = "0.5.0-dev"
5252
[dependencies]
5353
data-encoding = "2.5"
5454
env_logger = { version = "0.11.2", default-features = false, features = ["color", "humantime", "auto-color"] }
55-
futures-util = { version = "0.3", default_features = false }
55+
futures-util = { version = "0.3", default-features = false }
5656
getopts = "0.2"
5757
log = "0.4"
5858
rpassword = "7.0"

discovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hmac = "0.12"
2222
hyper = { version = "1.3", features = ["http1"] }
2323
hyper-util = { version = "0.1", features = ["server-auto", "server-graceful", "service"] }
2424
http-body-util = "0.1.1"
25-
libmdns = "0.8"
25+
libmdns = "0.9"
2626
log = "0.4"
2727
rand = "0.8"
2828
serde_json = "1.0"

0 commit comments

Comments
 (0)