Skip to content

Commit 42c6e31

Browse files
chore(deps): bump tokio from 1.37.0 to 1.40.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.40.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.40.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7638cd commit 42c6e31

File tree

3 files changed

+108
-35
lines changed

3 files changed

+108
-35
lines changed

Cargo.lock

Lines changed: 104 additions & 31 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 = ["native-tls"] }
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"
@@ -36,7 +36,7 @@ criterion = { version = "0.5.1", features = ["async_tokio"] }
3636
lazy_static = "1.4.0"
3737

3838
[dev-dependencies.tokio]
39-
version = "1.37.0"
39+
version = "1.40.0"
4040
# we need the `#[tokio::test]` macro
4141
features = ["macros"]
4242

socketio/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde_json = "1.0"
2424
thiserror = "1.0"
2525
native-tls = "0.2.12"
2626
url = "2.5.2"
27-
tokio = { version = "1.37.0", optional = true }
27+
tokio = { version = "1.40.0", optional = true }
2828
futures-util = { version = "0.3", default-features = false, features = ["sink"], optional = true }
2929
async-stream = { version = "0.3.5", optional = true }
3030
log = "0.4.22"
@@ -35,7 +35,7 @@ cargo-tarpaulin = "0.18.5"
3535
serial_test = "3.0.0"
3636

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

0 commit comments

Comments
 (0)