Skip to content

Commit 69c10fb

Browse files
dependabot[bot]brandonskiser
authored andcommitted
fix(deps): bump tokio-util from 0.7.13 to 0.7.14
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.13 to 0.7.14. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.13...tokio-util-0.7.14) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c2db218 commit 69c10fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ time = { version = "0.3.39", features = [
143143
] }
144144
tokio = { version = "1.44.2", features = ["full"] }
145145
tokio-tungstenite = "0.26.2"
146-
tokio-util = { version = "0.7.13", features = ["codec", "compat"] }
146+
tokio-util = { version = "0.7.14", features = ["codec", "compat"] }
147147
toml = "0.8.12"
148148
tracing = { version = "0.1.40", features = ["log"] }
149149
tracing-subscriber = { version = "0.3.19", features = [

0 commit comments

Comments
 (0)