From 50f2d767e2d07685e49fb7deae68d506ea11a79d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 28 Jun 2026 06:50:13 +0800 Subject: chore: clean up Cargo.toml metadata and update lockfiles --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8f20ba7..95cb488 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,8 +26,8 @@ just_template = "0.1.3" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.150" -serde_yaml = "0.9.34+deprecated" -toml = "1.1.2+spec-1.1.0" +serde_yaml = "0.9.34" +toml = "1.1.2" ron = "0.12.2" dirs = "6.0.0" -- cgit