Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 26, 2024
1 parent 3aedb0a commit 09c5413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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 @@ -41,7 +41,7 @@ smoosh = "0.2.1"
thiserror = "1.0.59"
tokio = { version = "1.36.0", features = ["full"] }
tokio-stream = "0.1.15"
tokio-util = { version = "0.7.9", features = ["codec"] }
tokio-util = { version = "0.7.11", features = ["codec"] }
tracing = "0.1.37"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = [
Expand Down

0 comments on commit 09c5413

Please sign in to comment.