From 847c772350ec52d3324234d175e4025bf112ea0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:31:34 +0000 Subject: [PATCH] deps(rust): bump mdns-sd from 0.18.1 to 0.20.0 Bumps [mdns-sd](https://github.com/keepsimple1/mdns-sd) from 0.18.1 to 0.20.0. - [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.18.1...v0.20.0) --- updated-dependencies: - dependency-name: mdns-sd dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/aingle_cortex/Cargo.toml | 2 +- crates/aingle_minimal/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 477f40b..8cdda5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4854,9 +4854,9 @@ dependencies = [ [[package]] name = "mdns-sd" -version = "0.18.1" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a3efd5e35bde8fe2bf6f698a0158c198eade41805bb89788ee59853baeb877" +checksum = "892f96f6d2ebe1ea641279f986ac52a2a6bac71e8f743bb258315cfe2bd7e88e" dependencies = [ "fastrand", "flume", diff --git a/crates/aingle_cortex/Cargo.toml b/crates/aingle_cortex/Cargo.toml index 1f5dd94..16de318 100644 --- a/crates/aingle_cortex/Cargo.toml +++ b/crates/aingle_cortex/Cargo.toml @@ -116,7 +116,7 @@ rustls-pemfile = { version = "2", optional = true } sled = "0.34" dirs = "6" -mdns-sd = { version = "0.18", optional = true } +mdns-sd = { version = "0.20", optional = true } if-addrs = { version = "0.13", optional = true } [dev-dependencies] diff --git a/crates/aingle_minimal/Cargo.toml b/crates/aingle_minimal/Cargo.toml index d59a0cb..5b0aad2 100644 --- a/crates/aingle_minimal/Cargo.toml +++ b/crates/aingle_minimal/Cargo.toml @@ -80,7 +80,7 @@ rusqlite = { version = "0.32", default-features = false, features = ["bundled"], rocksdb = { version = "0.24", optional = true } # mDNS/DNS-SD for peer discovery -mdns-sd = { version = "0.18", optional = true } +mdns-sd = { version = "0.20", optional = true } if-addrs = { version = "0.13", optional = true } # WebRTC for browser support