diff --git a/Cargo.lock b/Cargo.lock index ee5c181c..c3c5a9ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3424,9 +3424,9 @@ checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" [[package]] name = "mdns-sd" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ff8cdcd0a1427cad221841adb78f233361940f4a1e9f5228d74f3dbce79f433" +checksum = "400c6168c6a7d2cd936365dc51e0ee4159830876aac224b5e3e042605dcb73f3" dependencies = [ "fastrand", "flume", diff --git a/hw_test/Cargo.toml b/hw_test/Cargo.toml index 6ad1bc3d..59cd1ed5 100644 --- a/hw_test/Cargo.toml +++ b/hw_test/Cargo.toml @@ -18,7 +18,7 @@ tokio = { version = "1.43", default-features = false, features = ["time", "rt", async-std = "1.13.0" serial_test = "3.1.1" anyhow = "1.0.96" -mdns-sd = { version = "0.13.2", default-features = false, features = ["async"] } +mdns-sd = { version = "0.13.3", default-features = false, features = ["async"] } iroh = { version = "0.33.0", default-features = false } [package.metadata.cargo-all-features] diff --git a/piggui/Cargo.toml b/piggui/Cargo.toml index 51c5f1f8..639fa52b 100644 --- a/piggui/Cargo.toml +++ b/piggui/Cargo.toml @@ -52,7 +52,7 @@ iced_aw = { version = "0.12", default-features = false, features = ["menu"] } serde_json = { version = "1.0.140", default-features = false, features = ["std"] } iroh = { version = "0.33.0", default-features = false, optional = true } -mdns-sd = { version = "0.13.2", default-features = false, features = ["async"], optional = true } +mdns-sd = { version = "0.13.3", default-features = false, features = ["async"], optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] rfd = "0.15.2" diff --git a/piglet/Cargo.toml b/piglet/Cargo.toml index 3e82906e..7896e172 100644 --- a/piglet/Cargo.toml +++ b/piglet/Cargo.toml @@ -49,7 +49,7 @@ serde_json = { version = "1.0.140", default-features = false, features = ["std"] iroh = { version = "0.33.0", default-features = false, optional = true } portpicker = { version = "0.1.1", default-features = false, optional = true } local-ip-address = { version = "0.6.3", default-features = false, optional = true } -mdns-sd = { version = "0.13.2", default-features = false, optional = true } +mdns-sd = { version = "0.13.3", default-features = false, optional = true } rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"], optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies]