16 lines
605 B
Diff
16 lines
605 B
Diff
--- a/vendor/adb/client/adbmdns/Cargo.toml 2026-08-10T19:03:18.385973+00:00
|
|
+++ b/vendor/adb/client/adbmdns/Cargo.toml 2026-08-10T19:03:28.239944+00:00
|
|
@@ -11,11 +11,11 @@
|
|
[dependencies]
|
|
socket2 = { version = "0.4.0", features = ["all"] }
|
|
log = { version = "0.4.27" , features = ["std"] }
|
|
-simple-dns = "0.11.0"
|
|
+simple-dns = "0.12.0"
|
|
zerocopy = { version = "0.8.26", features = ["derive"] }
|
|
libc = "0.2.174"
|
|
anyhow = "1.0.99"
|
|
nix = { version = "0.29.0", features = ["net", "socket", "uio"] }
|
|
-if-addrs = "0.14.0"
|
|
+if-addrs = "0.15.0"
|
|
mio = { version = "1.1.0", features = ["net", "os-poll"] }
|
|
|