Skip to content

Commit

Permalink
Merge pull request #1315 from willstott101/libmdns-0.9.1
Browse files Browse the repository at this point in the history
Bump libmdns from 0.8.0 to 0.9.1
  • Loading branch information
roderickvd authored Aug 24, 2024
2 parents a3a1c17 + 2c871bb commit 2ea7436
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 41 deletions.
49 changes: 10 additions & 39 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ version = "0.5.0-dev"
[dependencies]
data-encoding = "2.5"
env_logger = { version = "0.11.2", default-features = false, features = ["color", "humantime", "auto-color"] }
futures-util = { version = "0.3", default_features = false }
futures-util = { version = "0.3", default-features = false }
getopts = "0.2"
log = "0.4"
rpassword = "7.0"
Expand Down
2 changes: 1 addition & 1 deletion discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ hmac = "0.12"
hyper = { version = "1.3", features = ["http1"] }
hyper-util = { version = "0.1", features = ["server-auto", "server-graceful", "service"] }
http-body-util = "0.1.1"
libmdns = "0.8"
libmdns = "0.9"
log = "0.4"
rand = "0.8"
serde_json = "1.0"
Expand Down

0 comments on commit 2ea7436

Please sign in to comment.