aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-21 15:02:50 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-21 15:03:55 +0800
commit4704f6d54108bcc8f9b2fb7f4b3c4e224b4a7809 (patch)
tree425b15395de24717f9732d8642e75044774d4583 /Cargo.lock
parenta9755711b490529c26bdb4b024c6caf825940dd3 (diff)
Remove `once_cell` dependency and replace with `OnceLock`
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9f60cfe..c8beae0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -304,7 +304,6 @@ dependencies = [
"just_fmt",
"just_template",
"log",
- "once_cell",
"ron",
"serde",
"serde_json",
@@ -317,7 +316,6 @@ name = "mingling_macros"
version = "0.1.9"
dependencies = [
"just_fmt",
- "once_cell",
"proc-macro2",
"quote",
"syn",