From c70db5611562a06f72c4b16b2f91daf96afd9322 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 c24b571 (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 169c09a..83b4817 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1970,6 +1970,7 @@ dependencies = [ "cbindgen", "fec-rs", "hmac", + "libc", "proptest", "quinn", "rand 0.9.4",