Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 31, 2024
1 parent 61f84f1 commit b84c188
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@ -32,7 +32,7 @@ console-subscriber = { version = "0.4.0", optional = true, features = ["parking_
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 = { version = "1.40.0", features = ["net", "rt-multi-thread", "macros", "time", "tracing", "sync", "signal"] }
tokio-util = "0.7.11"
rand = "0.8.5"
dashmap = "6.0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/raknet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ util = { package = "mirai-util", path = "../util" }
proto = { package = "mirai-proto", path = "../proto" }

tracing = "0.1.40"
tokio = { version = "1.39.3", features = ["sync"] }
tokio = { version = "1.40.0", features = ["sync"] }
tokio-util = "0.7.11"
async-recursion = "1.1.1"
anyhow = "1.0.86"
Expand Down
2 changes: 1 addition & 1 deletion crates/util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ paste = "1.0.15"
serde = "1.0.209"
serde_json = "1.0.127"
snap = "1.1.1"
tokio = { version = "1.39.3", features = ["sync"] }
tokio = { version = "1.40.0", features = ["sync"] }
tracing = "0.1.40"
uuid = "1.10.0"

0 comments on commit b84c188

Please sign in to comment.