Signed-off-by: Walker Crouse <Walker.Crouse@bjss.com>
This commit is contained in:
Walker Crouse 2021-08-10 13:18:43 -04:00
parent 2262793a56
commit fee3cd9719
2 changed files with 4 additions and 2 deletions

4
Cargo.lock generated
View File

@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo. # This file is automatically @generated by Cargo.
# It is not intended for manual editing. # It is not intended for manual editing.
version = 3
[[package]] [[package]]
name = "aho-corasick" name = "aho-corasick"
version = "0.7.13" version = "0.7.13"
@ -529,7 +531,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]] [[package]]
name = "zeroconf" name = "zeroconf"
version = "0.7.0" version = "0.7.2"
dependencies = [ dependencies = [
"avahi-sys", "avahi-sys",
"bonjour-sys", "bonjour-sys",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "zeroconf" name = "zeroconf"
version = "0.7.1" version = "0.7.2"
authors = ["Walker Crouse <walkercrouse@hotmail.com>"] authors = ["Walker Crouse <walkercrouse@hotmail.com>"]
edition = "2018" edition = "2018"
description = "cross-platform library that wraps ZeroConf/mDNS implementations like Bonjour or Avahi" description = "cross-platform library that wraps ZeroConf/mDNS implementations like Bonjour or Avahi"