aboutsummaryrefslogtreecommitdiff
path: root/bot
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-03 19:27:19 -0600
committerGitHub <noreply@github.com>2023-02-03 19:27:19 -0600
commit7c7446ab1e467c29f86e9bfba260741fc469389a (patch)
tree9ad0f513c2844a86653ca41e78121d58fc22456b /bot
parent6e818852d868eea963dd2b8489ba75b65c56fb1c (diff)
downloadazalea-drasl-7c7446ab1e467c29f86e9bfba260741fc469389a.tar.xz
Bump tokio from 1.23.1 to 1.24.2 (#62)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.1 to 1.24.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'bot')
-rw-r--r--bot/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/Cargo.toml b/bot/Cargo.toml
index a8620a60..b3eeaf22 100644
--- a/bot/Cargo.toml
+++ b/bot/Cargo.toml
@@ -14,5 +14,5 @@ azalea-protocol = {path = "../azalea-protocol"}
env_logger = "0.9.1"
parking_lot = {version = "^0.12.1", features = ["deadlock_detection"]}
rand = "0.8.5"
-tokio = "1.23.1"
+tokio = "1.24.2"
uuid = "1.1.2"