From 14e083735c4ab05788d84079b9358b70efcc86a9 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Thu, 11 Jun 2026 21:55:40 +0000 Subject: [PATCH] build: lock libc (sendmmsg dep from the previous commit) Cargo.lock update for the Linux-only `libc` dependency added in ea37669 (batched sendmmsg send). Keeps the lockfile in sync with Cargo.toml. Co-Authored-By: Claude Opus 4.8 (1M context) --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index 169c09a3..83b48173 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1970,6 +1970,7 @@ dependencies = [ "cbindgen", "fec-rs", "hmac", + "libc", "proptest", "quinn", "rand 0.9.4",