From d940c056dbbdffa5ed4d9eeeb106e28176da0a9f Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Thu, 20 Nov 2025 02:59:54 +0800 Subject: [PATCH] Remove unused lockfree dependency --- glommio/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/glommio/Cargo.toml b/glommio/Cargo.toml index 8b6c381fc..bd9c2c922 100755 --- a/glommio/Cargo.toml +++ b/glommio/Cargo.toml @@ -31,7 +31,6 @@ futures-lite = "2.6.0" intrusive-collections = "0.9" lazy_static = "1.4" libc = "0.2" -lockfree = "0.5" log = "0.4" nix = { version = "0.27", features = ["event", "fs", "ioctl", "mman", "net", "poll", "sched", "time"] } pin-project-lite = "0.2"