aboutsummaryrefslogtreecommitdiff
path: root/bot
diff options
context:
space:
mode:
Diffstat (limited to 'bot')
-rwxr-xr-xbot/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/Cargo.toml b/bot/Cargo.toml
index f61bf2fa..974d6f61 100755
--- a/bot/Cargo.toml
+++ b/bot/Cargo.toml
@@ -9,5 +9,5 @@ version = "0.1.0"
azalea-client = {path = "../azalea-client"}
azalea-core = {path = "../azalea-core"}
azalea-protocol = {path = "../azalea-protocol"}
-tokio = "^1.19.2"
-uuid = "^1.1.2"
+tokio = "1.19.2"
+uuid = "1.1.2"