Skip to content

Commit

Permalink
chore(deps): bump tokio-util from 0.7.10 to 0.7.12
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.12.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-util-0.7.10...tokio-util-0.7.12)

---
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 and BobAnkh committed Nov 1, 2024
1 parent 0cb57b0 commit 3c8b431
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 netmito/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ thiserror = "1.0.59"
time = { version = "0.3.36", features = ["serde-human-readable"] }
tokio = { workspace = true }
tokio-tar = "0.3.1"
tokio-util = "0.7.10"
tokio-util = "0.7.12"
tower-http = { version = "0.5.2", features = ["cors"] }
tracing = { workspace = true }
tracing-appender = "0.2.3"
Expand Down

0 comments on commit 3c8b431

Please sign in to comment.