diff --git a/apps/oghma-admin/Cargo.toml b/apps/oghma-admin/Cargo.toml index c208d16..45c127b 100644 --- a/apps/oghma-admin/Cargo.toml +++ b/apps/oghma-admin/Cargo.toml @@ -13,7 +13,7 @@ serde = "1.0.200" clap = {version="3.2.25", features = ["derive"]} oghma_graphql = {path= "../../libs/oghma_graphql" } reqwest = { version = "0.12.4", features = ["json", "serde_json"] } -tokio = "1" +tokio = "1.37.0" oghma_logger = {path="../../libs/oghma_logger"} graphql_client = "0.14.0" comfy-table = "6.2.0" \ No newline at end of file diff --git a/apps/oghma-bot/Cargo.toml b/apps/oghma-bot/Cargo.toml index 467f9fb..a2ff520 100644 --- a/apps/oghma-bot/Cargo.toml +++ b/apps/oghma-bot/Cargo.toml @@ -9,6 +9,6 @@ edition = "2021" env_logger = "0.11.3" log = "0.4.21" serenity = {version ="0.12.1", default-features = false, features =["http", "model", "client", "gateway", "rustls_backend"]} -tokio = { version = "1", features = ["rt-multi-thread"] } +tokio = { version = "1.37.0", features = ["rt-multi-thread"] } dotenv = "0.15.0" oghma_logger = {path="../../libs/oghma_logger"} \ No newline at end of file