Skip to content

Commit 5d12734

Browse files
chore(deps): bump tokio-util from 0.7.16 to 0.7.17 (#105)
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.16 to 0.7.17. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.16...tokio-util-0.7.17) --- updated-dependencies: - dependency-name: tokio-util dependency-version: 0.7.17 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 ac29f7d commit 5d12734

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
@@ -15,7 +15,7 @@ reqwest = { version = "0.12.24", features = ["json", "multipart", "stream"] }
1515
serde = { version = "1.0.219", features = ["derive"] }
1616
serde_json = "1.0.145"
1717
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
18-
tokio-util = { version = "0.7.16", features = ["codec"] }
18+
tokio-util = { version = "0.7.17", features = ["codec"] }
1919
thiserror = "2.0.17"
2020
mime_guess = "2.0.5"
2121

0 commit comments

Comments
 (0)