Skip to content

Commit d9082be

Browse files
fix(deps): bump tokio-util from 0.7.16 to 0.7.18
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.16 to 0.7.18. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.16...tokio-util-0.7.18) --- updated-dependencies: - dependency-name: tokio-util dependency-version: 0.7.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e14ea18 commit d9082be

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
@@ -115,7 +115,7 @@ time = { version = "0.3.39", features = ["parsing", "formatting", "local-offset"
115115
tokio = { version = "1.45.0", features = ["full"] }
116116
tokio-stream = { version = "0.1.17", features = ["io-util"] }
117117
tokio-tungstenite = "0.26.2"
118-
tokio-util = { version = "0.7.15", features = ["codec", "compat"] }
118+
tokio-util = { version = "0.7.18", features = ["codec", "compat"] }
119119
toml = "0.8.12"
120120
tracing = { version = "0.1.40", features = ["log"] }
121121
tracing-appender = "0.2.2"

0 commit comments

Comments
 (0)