Skip to content

Commit 1600325

Browse files
update tokio in cargo.toml
1 parent b28a42a commit 1600325

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

engineio/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde_json = "1.0"
2323
http = "1.3"
2424
tokio-tungstenite = { version = "0.21.0", features = ["native-tls"] }
2525
tungstenite = "0.21.0"
26-
tokio = "1.43"
26+
tokio = "1.44"
2727
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
2828
async-trait = "0.1"
2929
async-stream = "0.3.6"

socketio/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde_json = "1.0"
2424
thiserror = "2.0"
2525
native-tls = "0.2"
2626
url = "2.5"
27-
tokio = { version = "1.43", optional = true }
27+
tokio = { version = "1.44", optional = true }
2828
futures-util = { version = "0.3", default-features = false, features = ["sink"], optional = true }
2929
async-stream = { version = "0.3.6", optional = true }
3030
log = "0.4"

0 commit comments

Comments
 (0)