From 7522828db19c31544d5d78ffffed68062bf7dc4c Mon Sep 17 00:00:00 2001 From: Bastian Kersting Date: Thu, 21 Mar 2024 19:38:44 +0100 Subject: [PATCH] deps: Bump tokio --- socketio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socketio/Cargo.toml b/socketio/Cargo.toml index 6948520d..98a2a315 100644 --- a/socketio/Cargo.toml +++ b/socketio/Cargo.toml @@ -21,7 +21,7 @@ serde_json = "1.0" thiserror = "1.0" native-tls = "0.2.11" url = "2.4.1" -tokio = { version = "1.16.1", optional = true } +tokio = { version = "1.36.0", optional = true } futures-util = { version = "0.3", default-features = false, features = ["sink"], optional = true } async-stream = { version = "0.3.5", optional = true } log = "0.4.20"