From b02833b5652a7f17eee170ea2e999060113de701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 14:09:32 +0000 Subject: [PATCH] Bump mdns-sd from 0.13.2 to 0.13.3 Bumps [mdns-sd](https://github.com/keepsimple1/mdns-sd) from 0.13.2 to 0.13.3. - [Release notes](https://github.com/keepsimple1/mdns-sd/releases) - [Changelog](https://github.com/keepsimple1/mdns-sd/blob/main/CHANGELOG.md) - [Commits](https://github.com/keepsimple1/mdns-sd/compare/v0.13.2...v0.13.3) --- updated-dependencies: - dependency-name: mdns-sd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- hw_test/Cargo.toml | 2 +- piggui/Cargo.toml | 2 +- piglet/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 65ac7cd1..b39930dd 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 f110701f..c7791531 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.139", 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 6d667bef..c9e6c16f 100644 --- a/piglet/Cargo.toml +++ b/piglet/Cargo.toml @@ -49,7 +49,7 @@ serde_json = { version = "1.0.139", 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]