From ae3227deafc2707e6013f4ba3cd94f1fc5928f5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 13:09:51 +0000 Subject: [PATCH] chore(deps): bump libc from 0.2.180 to 0.2.181 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.180 to 0.2.181. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.181/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.180...0.2.181) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.181 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- netwatch/Cargo.toml | 2 +- portmapper/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d5854a2..25bb526b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -815,9 +815,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.180" +version = "0.2.181" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" +checksum = "459427e2af2b9c839b132acb702a1c654d95e10f8c326bfc2ad11310e458b1c5" [[package]] name = "libm" diff --git a/netwatch/Cargo.toml b/netwatch/Cargo.toml index 9492558e..8eda902c 100644 --- a/netwatch/Cargo.toml +++ b/netwatch/Cargo.toml @@ -35,7 +35,7 @@ tracing = "0.1" # non-browser dependencies [target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies] quinn-udp = { package = "iroh-quinn-udp", version = "0.8" } -libc = "0.2.139" +libc = "0.2.181" netdev = "0.40.0" socket2 = { version = "0.6", features = ["all"] } tokio = { version = "1", features = [ diff --git a/portmapper/Cargo.toml b/portmapper/Cargo.toml index 1a89b750..ddcdce82 100644 --- a/portmapper/Cargo.toml +++ b/portmapper/Cargo.toml @@ -23,7 +23,7 @@ futures-lite = "2.5" futures-util = "0.3.25" igd-next = { version = "0.16.1", features = ["aio_tokio"] } iroh-metrics = { version = "0.38", default-features = false } -libc = "0.2.139" +libc = "0.2.181" netwatch = { version = "0.14.0", path = "../netwatch" } n0-error = "0.1.2" num_enum = "0.7"