Skip to content

Commit 243009c

Browse files
fix(deps): bump tokio-util from 0.7.14 to 0.7.15 (#1336)
1 parent 60f5dff commit 243009c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -147,7 +147,7 @@ time = { version = "0.3.39", features = [
147147
] }
148148
tokio = { version = "1.44.2", features = ["full"] }
149149
tokio-tungstenite = "0.26.2"
150-
tokio-util = { version = "0.7.14", features = ["codec", "compat"] }
150+
tokio-util = { version = "0.7.15", features = ["codec", "compat"] }
151151
toml = "0.8.12"
152152
tracing = { version = "0.1.40", features = ["log"] }
153153
tracing-subscriber = { version = "0.3.19", features = [

0 commit comments

Comments
 (0)