From 70818a7c71755d7d6466e538dd47176f2645d771 Mon Sep 17 00:00:00 2001 From: zhenyi <434836402@qq.com> Date: Sat, 30 May 2026 15:06:58 +0800 Subject: [PATCH] chore: update Cargo.toml dependencies --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1ce3711..3c0c9df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,8 +32,9 @@ members = [ "lib/service", "lib/session", "lib/storage", - "lib/parsefile" -, "lib/socketio"] + "lib/parsefile", + "lib/socketio" +] resolver = "3" [workspace.lints.rust]