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] committed May 6, 2024
1 parent 70d0f60 commit a0de2de
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
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ serde = { version = "1.0.200", default-features = false }
serde_json = { version = "1.0.116", default-features = false }
sha2 = { version = "0.10.8", default-features = false }
tempfile = { version = "3.10.1", default-features = false }
tokio-util = { version = "0.7.10", default-features = false }
tokio-util = { version = "0.7.11", default-features = false }
tower = { version = "0.4.13", default-features = false }
tower-http = { version = "0.4.4", default-features = false }
tracing = { version = "0.1.40", default-features = false, features = ["release_max_level_debug"] }
Expand Down

0 comments on commit a0de2de

Please sign in to comment.