Skip to content

Commit

Permalink
cargo(deps): bump tokio-util from 0.7.11 to 0.7.12 (#363)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 21, 2024
1 parent 512a73b commit edf465a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tracing = { version = "0.1.38", features = ["attributes"] }
tracing-subscriber = { version = "0.3.17", features = ["ansi", "fmt", "json", "smallvec", "parking_lot", "env-filter"], default-features = false }

tokio = { version = "1.39.3", features = ["net", "rt-multi-thread", "macros", "time", "tracing", "sync", "signal"] }
tokio-util = "0.7.11"
tokio-util = "0.7.12"
rand = "0.8.5"
dashmap = "6.0.1"
parking_lot = "0.12.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/raknet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ proto = { package = "mirai-proto", path = "../proto" }

tracing = "0.1.40"
tokio = { version = "1.39.3", features = ["sync"] }
tokio-util = "0.7.11"
tokio-util = "0.7.12"
async-recursion = "1.1.1"
anyhow = "1.0.86"
dashmap = "6.0.1"
Expand Down

0 comments on commit edf465a

Please sign in to comment.