Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and rvcas committed Feb 18, 2022
1 parent 69087e5 commit cc600ec
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
26 changes: 20 additions & 6 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 @@ -45,7 +45,7 @@ kafka = { version = "0.8.0", optional = true }

# feature: elasticsink
elasticsearch = { version = "7.14.0-alpha.1", optional = true }
tokio = { version = "1.15.0", optional = true, features = ["rt"] }
tokio = { version = "1.17.0", optional = true, features = ["rt"] }

# feature: fingerprint
murmur3 = { version = "0.5.1", optional = true }
Expand Down

0 comments on commit cc600ec

Please sign in to comment.