Skip to content

Commit

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

---
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 Sep 20, 2023
1 parent be0704a commit f88629f
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 17 deletions.
95 changes: 79 additions & 16 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 @@ -56,7 +56,7 @@ serde = { version = "1.0.188", default-features = false }
serde_json = { version = "1.0.107", default-features = false }
sha2 = { version = "0.10.2", default-features = false }
tempfile = { version = "3.8.0", default-features = false }
tokio-util = { version = "0.7.8", default-features = false }
tokio-util = { version = "0.7.9", default-features = false }
tower = { version = "0.4.12", default-features = false }
tower-http = { version = "0.3.5", default-features = false }
tracing = { version = "0.1.37", default-features = false, features = ["release_max_level_debug"] }
Expand Down

0 comments on commit f88629f

Please sign in to comment.