From b84e7c1ca1faa4348f4d4f6d4acb84ce545ba7dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:14:31 +0000 Subject: [PATCH] chore(deps): bump netdev from 0.38.1 to 0.38.2 Bumps [netdev](https://github.com/shellrow/netdev) from 0.38.1 to 0.38.2. - [Release notes](https://github.com/shellrow/netdev/releases) - [Commits](https://github.com/shellrow/netdev/compare/v0.38.1...v0.38.2) --- updated-dependencies: - dependency-name: netdev dependency-version: 0.38.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- netwatch/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81bec71..8ef5856 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1199,9 +1199,9 @@ dependencies = [ [[package]] name = "netdev" -version = "0.38.1" +version = "0.38.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07c1c4a111cf1ba52aa040e77e55fd0e2066d03a3d6ea7d8f383725166a60820" +checksum = "67ab878b4c90faf36dab10ea51d48c69ae9019bcca47c048a7c9b273d5d7a823" dependencies = [ "dlopen2", "ipnet", diff --git a/netwatch/Cargo.toml b/netwatch/Cargo.toml index b5f1616..1a3c985 100644 --- a/netwatch/Cargo.toml +++ b/netwatch/Cargo.toml @@ -37,7 +37,7 @@ tracing = "0.1" [target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies] quinn-udp = { package = "iroh-quinn-udp", version = "0.5.5" } libc = "0.2.139" -netdev = "0.38.1" +netdev = "0.38.2" socket2 = { version = "0.6", features = ["all"] } tokio = { version = "1", features = [ "io-util",