From f31a0a569a31037e02a5a3bb6428a4869c4ee361 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 09:27:02 +0000 Subject: [PATCH] fix(deps): update rust crate mdns-sd to v0.13.2 (#728) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3eaf072..9b55d39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3157,9 +3157,9 @@ dependencies = [ [[package]] name = "mdns-sd" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1046f577ff959999f2aa9e6d3e5aae3fd5377c5ef07781914af1eaca07075bab" +checksum = "1ff8cdcd0a1427cad221841adb78f233361940f4a1e9f5228d74f3dbce79f433" dependencies = [ "fastrand", "flume",