From a798c5d3e88a42267c3206a79c13a72d08f2677a Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 25 Mar 2026 17:06:51 +0300 Subject: [PATCH] chore: drop libc from crate dependencies Signed-off-by: NotAShelf Change-Id: I1a4110c5b79f7cbb3a7d964e3a5a80c66a6a6964 --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4deada2..48a6768 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -571,7 +571,6 @@ version = "0.4.13" dependencies = [ "criterion", "hotpath", - "libc", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 6b1ae09..5db56fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,6 @@ path = "src/main.rs" [dependencies] hotpath = { optional = true, version = "0.13.0" } -libc = "0.2.183" [dev-dependencies] criterion = "0.8.1"