This commit is contained in:
2026-03-08 20:03:02 +01:00
parent 7ff7430306
commit 816f8f75e7
4 changed files with 90 additions and 86 deletions
+2 -2
View File
@@ -13,6 +13,6 @@ serenity = { version = "0.12.5", default-features = false, features = [
"gateway",
"rustls_backend",
] }
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread"] }
types = { path = "../../libs/types" }
uuid = { version = "1.21.0" }
uuid = { version = "1.22.0" }