From 0db8fa32c10173c591e78413cfc86a8eea607905 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 27 Oct 2025 18:12:33 +0800 Subject: Update dependencies to latest versions --- examples/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/Cargo.toml b/examples/Cargo.toml index f2442ba..fb4820f 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -18,8 +18,8 @@ string_proc = { path = "../crates/utils/string_proc" } action_system = { path = "../crates/system_action" } # Async & Networking -tokio = { version = "1.46.1", features = ["full"] } +tokio = { version = "1.48.0", features = ["full"] } # Serialization -serde = { version = "1.0.219", features = ["derive"] } -serde_json = "1.0.140" +serde = { version = "1.0.228", features = ["derive"] } +serde_json = "1.0.145" -- cgit