Skip to content

Commit 6281037

Browse files
committed
refactor: use published mdns fork
1 parent d15aa55 commit 6281037

File tree

2 files changed

+38
-36
lines changed

2 files changed

+38
-36
lines changed

backend/Cargo.lock

Lines changed: 37 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tokio-util = { version = "0.7.12", features = ["rt"] }
4141
axum-embed = "0.1.0"
4242
rust-embed = "8.5.0"
4343
serde_bytes = "0.11.15"
44-
mdns = { git = "https://github.com/PhysicalGraph/mdns.git", rev = "6de7b76434f3fc4f5702322b995ac66963b2c60f" } # This fork adds back tokio support
44+
mdns = { package = "oko-mdns", version = "5.2.5" } # This fork adds back tokio support
4545
tokio-stream = { version = "0.1.17", features = ["sync"] }
4646
async-stream = "0.3.6"
4747

0 commit comments

Comments
 (0)