From 1d836b8f4dc65daefa83cfd92fb6875422a7eb1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:56:15 +0000 Subject: [PATCH] deps(deps): update mdns-sd requirement from 0.12 to 0.17 in /crates Updates the requirements on [mdns-sd](https://github.com/keepsimple1/mdns-sd) to permit the latest version. - [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.12.0...v0.17.1) --- updated-dependencies: - dependency-name: mdns-sd dependency-version: 0.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/Cargo.toml b/crates/Cargo.toml index 9362301..cd62c20 100644 --- a/crates/Cargo.toml +++ b/crates/Cargo.toml @@ -61,7 +61,7 @@ tracing-subscriber = "0.3" # P2P Networking axum = "0.7" -mdns-sd = "0.12" +mdns-sd = "0.17" reqwest = { version = "0.12", features = ["json"] } uuid = { version = "1.0", features = ["v4"] } gethostname = "0.5"