Skip to content

Commit

Permalink
deps: Bump tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
1c3t3a committed Mar 21, 2024
1 parent 57bcef7 commit 7522828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socketio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7522828

Please sign in to comment.