Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and 1c3t3a committed Mar 21, 2024
1 parent d24acfc commit 1d4888d
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 75 deletions.
159 changes: 86 additions & 73 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 @@ -20,7 +20,7 @@ serde_json = "1.0"
http = "0.2.9"
tokio-tungstenite = { version = "0.20.1", features = ["native-tls"] }
tungstenite = "0.20.1"
tokio = "1.16.1"
tokio = "1.36.0"
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
async-trait = "0.1.77"
async-stream = "0.3.5"
Expand All @@ -33,7 +33,7 @@ criterion = { version = "0.5.1", features = ["async_tokio"] }
lazy_static = "1.4.0"

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

Expand Down

0 comments on commit 1d4888d

Please sign in to comment.