Skip to content

Commit

Permalink
Bump tokio from 1.35.1 to 1.38.0 (#505)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.35.1 to 1.38.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.35.1...tokio-1.38.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 12, 2024
1 parent 9dd95df commit b9c5204
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rocketmq-cli = { version = "0.3.0", path = "./rocketmq-cli" }
rocketmq-namesrv = { version = "0.3.0", path = "./rocketmq-namesrv" }
rocketmq-broker = { version = "0.3.0", path = "./rocketmq-broker" }

tokio = { version = "1.35", features = ["full"] }
tokio = { version = "1.38", features = ["full"] }
tokio-util = { version = "0.7.11", features = ["full"] }
tokio-stream = { version = "0.1.15", features = ["full"] }

Expand Down

0 comments on commit b9c5204

Please sign in to comment.