From 4704f6d54108bcc8f9b2fb7f4b3c4e224b4a7809 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 21 May 2026 15:02:50 +0800 Subject: Remove `once_cell` dependency and replace with `OnceLock` --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4777818..9e2240b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,6 @@ exclude = [ [workspace.dependencies] just_fmt = "0.1.2" just_template = "0.1.3" -once_cell = "1.21.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1" -- cgit