Skip to content

Commit 20ad24e

Browse files
chore(deps): bump tokio-util in the production-dependencies group
Bumps the production-dependencies group with 1 update: [tokio-util](https://github.com/tokio-rs/tokio). Updates `tokio-util` 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 dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3bf39b4 commit 20ad24e

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.

matchdata-downloader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ futures = "0.3.31"
1010
reqwest = { version = "0.12.24", features = ["stream"] }
1111
serde = { version = "1.0.228", features = ["derive"] }
1212
tokio = { version = "1.48.0", features = ["rt-multi-thread", "macros"] }
13-
tokio-util = { version = "0.7.16", features = ["io"] }
13+
tokio-util = { version = "0.7.17", features = ["io"] }
1414
metrics = "0.24.2"
1515
tracing = "0.1.41"
1616
anyhow = "1.0.100"

0 commit comments

Comments
 (0)