Skip to content

Commit

Permalink
fix(deps): update rust crate mdns-sd to 0.12.0 (#553)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent 167bf6d commit c74ae63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tokio = "1.40.0"
[dependencies]
# crates
log = "0.4.22"
mdns-sd = { version = "0.11.4", features = ["async", "log"] }
mdns-sd = { version = "0.12.0", features = ["async", "log"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tauri = { version = "2.0.0", features = [] }
Expand Down

0 comments on commit c74ae63

Please sign in to comment.