From 367d0112b37fa77220d6715a8d19789a23bc9f47 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 28 Jun 2026 06:44:40 +0800 Subject: chore(deps): update Rust dependencies to latest patch versions --- Cargo.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2954f69..8f20ba7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,23 +24,23 @@ mingling_pathf = { path = "mingling_pathf", default-features = false } just_fmt = "0.1.2" just_template = "0.1.3" -serde = { version = "1.0", features = ["derive"] } -serde_json = "1" -serde_yaml = "0.9" -toml = "1.1.2" -ron = "0.12.1" +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" +ron = "0.12.2" -dirs = "6" +dirs = "6.0.0" -syn = { version = "2.0", features = ["full", "visit-mut"] } -quote = "1.0" -proc-macro2 = "1.0" +syn = { version = "2.0.118", features = ["full", "visit-mut"] } +quote = "1.0.46" +proc-macro2 = "1.0.106" colored = "3.1.1" tokio = { version = "1", features = ["full"] } -log = "0.4" -env_logger = "0.11" +log = "0.4.33" +env_logger = "0.11.11" [workspace.package] version = "0.2.0" -- cgit