From 698cef80c30dbf6d4ca60839a1fa81bac05680a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 20:24:45 +0000 Subject: [PATCH] Bump libmdns from 0.9.1 to 0.10.1 Bumps [libmdns](https://github.com/librespot-org/libmdns) from 0.9.1 to 0.10.1. - [Commits](https://github.com/librespot-org/libmdns/compare/v0.9.1...v0.10.1) --- updated-dependencies: - dependency-name: libmdns dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 ++++++++----------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25c594f..2077cd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1338,12 +1338,12 @@ dependencies = [ [[package]] name = "if-addrs" -version = "0.12.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb2a33e9c38988ecbda730c85b0fd9ddcdf83c0305ac7fd21c8bb9f57f2f0cc8" +checksum = "bf39cc0423ee66021dc5eccface85580e4a001e0c5288bae8bea7ecb69225e90" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1458,9 +1458,9 @@ checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" [[package]] name = "libmdns" -version = "0.9.1" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48854699e11b111433431b69cee2365fcab0b29b06993f48c257dfbaf6395862" +checksum = "a00dbe871d2cf9df13f68d152b949fca8cafc854b60ffd259fc6df6e8663d8d7" dependencies = [ "byteorder", "futures-util", @@ -1468,9 +1468,9 @@ dependencies = [ "if-addrs", "log", "multimap", - "rand 0.8.5", - "socket2 0.5.7", - "thiserror 1.0.68", + "rand 0.9.0", + "socket2 0.6.2", + "thiserror 2.0.18", "tokio", ] @@ -1727,9 +1727,6 @@ name = "multimap" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" -dependencies = [ - "serde", -] [[package]] name = "nanoid" diff --git a/Cargo.toml b/Cargo.toml index 9525659..934bf88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ futures = "0.3.32" futures-util = "0.3.31" http = "1" hyper = "1" -libmdns = "0.9.1" +libmdns = "0.10.1" moonraker = { path = "moonraker", optional = true } multer = { version = "3.1.0", features = ["json"] } openssl = { version = "0", features = ["vendored"] }