From 48f9b4346b870135dea20c1b7c1483159c0a506e Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Sun, 5 Apr 2026 14:32:12 +0800 Subject: [PATCH] build(deps): update `tokio` dependency version to 1.51.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90000ae..f59c524 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ abi3-py313 = ["pyo3/abi3-py313"] abi3-py314 = ["pyo3/abi3-py314"] [dependencies] -tokio = { version = "1.50.0", features = ["sync"] } +tokio = { version = "1.51.0", features = ["sync"] } tokio-util = "0.7.18" pyo3 = { version = "0.28.3", features = [ "indexmap",