Skip to content

Commit

Permalink
chore(deps): bump tokio from 1.36.0 to 1.37.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.37.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.36.0...tokio-1.37.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and 1c3t3a committed May 4, 2024
1 parent 760922c commit f662417
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions engineio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde_json = "1.0"
http = "1.1.0"
tokio-tungstenite = { version = "0.21.0", features = ["native-tls"] }
tungstenite = "0.21.0"
tokio = "1.36.0"
tokio = "1.37.0"
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
async-trait = "0.1.80"
async-stream = "0.3.5"
Expand All @@ -36,7 +36,7 @@ criterion = { version = "0.5.1", features = ["async_tokio"] }
lazy_static = "1.4.0"

[dev-dependencies.tokio]
version = "1.36.0"
version = "1.37.0"
# we need the `#[tokio::test]` macro
features = ["macros"]

Expand Down
4 changes: 2 additions & 2 deletions socketio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde_json = "1.0"
thiserror = "1.0"
native-tls = "0.2.11"
url = "2.4.1"
tokio = { version = "1.36.0", optional = true }
tokio = { version = "1.37.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.21"
Expand All @@ -35,7 +35,7 @@ cargo-tarpaulin = "0.18.5"
serial_test = "3.0.0"

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

Expand Down

0 comments on commit f662417

Please sign in to comment.