Skip to content

Commit 78f3cec

Browse files
fix(deps): bump tokio-util from 0.7.15 to 0.7.16 (#513)
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.15 to 0.7.16. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.15...tokio-util-0.7.16) --- updated-dependencies: - dependency-name: tokio-util dependency-version: 0.7.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98d6e0c commit 78f3cec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ time = { version = "0.3.39", features = [
150150
] }
151151
tokio = { version = "1.45.0", features = ["full"] }
152152
tokio-tungstenite = "0.26.2"
153-
tokio-util = { version = "0.7.15", features = ["codec", "compat"] }
153+
tokio-util = { version = "0.7.16", features = ["codec", "compat"] }
154154
toml = "0.8.12"
155155
tracing = { version = "0.1.40", features = ["log"] }
156156
tracing-subscriber = { version = "0.3.19", features = [

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ time = { version = "0.3.39", features = [
140140
] }
141141
tokio = { version = "1.45.0", features = ["full"] }
142142
tokio-tungstenite = "0.26.2"
143-
tokio-util = { version = "0.7.15", features = ["codec", "compat"] }
143+
tokio-util = { version = "0.7.16", features = ["codec", "compat"] }
144144
toml = "0.8.12"
145145
tracing = { version = "0.1.40", features = ["log"] }
146146
tracing-appender = "0.2.2"

0 commit comments

Comments
 (0)