diff --git a/Cargo.lock b/Cargo.lock index 3e578fa..1e1670c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -954,9 +954,9 @@ dependencies = [ [[package]] name = "netdev" -version = "0.40.0" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc9815643a243856e7bd84524e1ff739e901e846cfb06ad9627cd2b6d59bd737" +checksum = "1b0a0096d9613ee878dba89bbe595f079d373e3f1960d882e4f2f78ff9c30a0a" dependencies = [ "block2", "dispatch2", @@ -965,7 +965,7 @@ dependencies = [ "libc", "mac-addr", "netlink-packet-core", - "netlink-packet-route 0.25.1", + "netlink-packet-route", "netlink-sys", "objc2-core-foundation", "objc2-system-configuration", @@ -983,18 +983,6 @@ dependencies = [ "paste", ] -[[package]] -name = "netlink-packet-route" -version = "0.25.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ec2f5b6839be2a19d7fa5aab5bc444380f6311c2b693551cb80f45caaa7b5ef" -dependencies = [ - "bitflags", - "libc", - "log", - "netlink-packet-core", -] - [[package]] name = "netlink-packet-route" version = "0.29.0" @@ -1050,7 +1038,7 @@ dependencies = [ "n0-watcher", "netdev", "netlink-packet-core", - "netlink-packet-route 0.29.0", + "netlink-packet-route", "netlink-proto", "netlink-sys", "objc2-core-foundation", diff --git a/netwatch/Cargo.toml b/netwatch/Cargo.toml index 049b24a..b11cafb 100644 --- a/netwatch/Cargo.toml +++ b/netwatch/Cargo.toml @@ -36,7 +36,7 @@ tracing = "0.1" [target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies] quinn-udp = { package = "iroh-quinn-udp", version = "0.8" } libc = "0.2.139" -netdev = "0.40.0" +netdev = "0.40.1" socket2 = { version = "0.6", features = ["all"] } tokio = { version = "1", features = [ "io-util",