Skip to content

Commit 4ea65ec

Browse files
committed
Merge branch 'main' into feat-add-features-for-other-tls-types
2 parents bc8f6d3 + 2ef32ec commit 4ea65ec

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

engineio/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde_json = "1.0"
2323
http = "1.1.0"
2424
tokio-tungstenite = { version = "0.21.0", features = [] }
2525
tungstenite = "0.21.0"
26-
tokio = "1.37.0"
26+
tokio = "1.40.0"
2727
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
2828
async-trait = "0.1.81"
2929
async-stream = "0.3.5"
@@ -41,7 +41,7 @@ criterion = { version = "0.5.1", features = ["async_tokio"] }
4141
lazy_static = "1.4.0"
4242

4343
[dev-dependencies.tokio]
44-
version = "1.37.0"
44+
version = "1.40.0"
4545
# we need the `#[tokio::test]` macro
4646
features = ["macros"]
4747

socketio/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ adler32 = "1.2.0"
2323
serde_json = "1.0"
2424
thiserror = "1.0"
2525
url = "2.5.2"
26-
tokio = { version = "1.37.0", optional = true }
26+
tokio = { version = "1.40.0", optional = true }
2727
futures-util = { version = "0.3", default-features = false, features = ["sink"], optional = true }
2828
async-stream = { version = "0.3.5", optional = true }
2929
log = "0.4.22"
@@ -37,7 +37,7 @@ cargo-tarpaulin = "0.18.5"
3737
serial_test = "3.0.0"
3838

3939
[dev-dependencies.tokio]
40-
version = "1.37.0"
40+
version = "1.40.0"
4141
# we need the `#[tokio::test]` macro
4242
features = ["macros", "rt-multi-thread"]
4343

0 commit comments

Comments
 (0)