From ab396b4044aa3e923cc5589aeec3af3903899c5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 13:11:25 +0000 Subject: [PATCH] chore(deps): bump libc from 0.2.179 to 0.2.180 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.179 to 0.2.180. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.180/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.179...0.2.180) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.180 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 2ca016c9..77e9eb4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1027,9 +1027,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.179" +version = "0.2.180" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f" +checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" [[package]] name = "libm" diff --git a/netwatch/Cargo.toml b/netwatch/Cargo.toml index a6bfa06a..77067ff3 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.6" } -libc = "0.2.139" +libc = "0.2.180" 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 66a6abee..cd114767 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.37", default-features = false } -libc = "0.2.139" +libc = "0.2.180" netwatch = { version = "0.12.0", path = "../netwatch" } n0-error = "0.1.2" num_enum = "0.7"