From f32b08d8426e43fef2603df1d324bb3390c78c9b Mon Sep 17 00:00:00 2001 From: takotori Date: Sat, 2 Dec 2023 12:57:57 +0100 Subject: [PATCH] update cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e72b38f..2219fdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,6 @@ tokio = { version = "1.33.0", features = [ ] } fork = "0.1.22" ipnetwork = "0.20.0" -once_cell = "1.18.0" [build-dependencies] glib-build-tools = "0.18.0"