Skip to content

Commit

Permalink
Bump tokio-stream from 0.1.11 to 0.1.14
Browse files Browse the repository at this point in the history
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.11 to 0.1.14.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-0.1.14/CHANGELOG.md)
- [Commits](tokio-rs/tokio@tokio-stream-0.1.11...tokio-0.1.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 3, 2023
1 parent 643d2e0 commit 54a0202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -26,7 +26,7 @@ serde_json = "1.0"
serde_yaml = "0.9"
clap = { version = "4.0.30", features = ["help", "usage", "error-context", "derive"] }
tokio = { version = "1.21", features = ["macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.11", features = ["time"] }
tokio-stream = { version = "0.1.14", features = ["time"] }
duct = "0.13"
anyhow = "1.0"
backtrace = "0.3"
Expand Down

0 comments on commit 54a0202

Please sign in to comment.