Skip to content

Commit

Permalink
Bump tokio-util from 0.7.11 to 0.7.12 (#362)
Browse files Browse the repository at this point in the history
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.11 to 0.7.12.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-util-0.7.11...tokio-util-0.7.12)

---
updated-dependencies:
- dependency-name: tokio-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 26de279 commit 6019aae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/borderlands-launcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ prost = "0.13.3"
reqwest = { version = "0.12.8", features = [ "gzip", "deflate", "stream" ], default-features = false }
thiserror = "1.0.64"
tokio = { version = "1.40.0", default-features = false }
tokio-util = { version = "0.7.11", features = [ "io" ], default-features = false }
tokio-util = { version = "0.7.12", features = [ "io" ], default-features = false }

# Optional
anyhow = { version = "1.0.89", optional = true }
Expand Down

0 comments on commit 6019aae

Please sign in to comment.