Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Jisu-Woniu committed May 6, 2024
1 parent 1317039 commit a8ff253
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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 crates/rsjudge-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ nix = { version = "0.28.0", features = ["user", "resource"] }
rsjudge-utils.workspace = true
thiserror = "1.0.59"
tokio = { version = "1.37.0", features = ["process", "sync", "time"] }
tokio-util = "0.7.10"
tokio-util = "0.7.11"
uzers = "0.12.0"

[dev-dependencies]
Expand Down

0 comments on commit a8ff253

Please sign in to comment.