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 d24acfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 All @@ -31,9 +31,9 @@ serde = "1.0.193"
cargo-tarpaulin = "0.18.5"

[dev-dependencies.tokio]
version = "1.16.1"
version = "1.36.0"
# we need the `#[tokio::test]` macro
features = ["macros"]
features = ["macros", "rt-multi-thread"]

[features]
default = []
Expand Down

0 comments on commit d24acfc

Please sign in to comment.