mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 18:19:48 +00:00
Updated Tokio features needed for Rocket
This commit is contained in:
parent
1a2ad4aa0f
commit
fc3ab64787
@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
keyring = { version = "3.2", features = ["apple-native", "windows-native", "sync-secret-service"] }
|
||||
arboard = "3.4.0"
|
||||
tokio = "1.39"
|
||||
tokio = { version = "1.39", features = ["rt", "rt-multi-thread", "macros"] }
|
||||
flexi_logger = "0.28"
|
||||
log = "0.4"
|
||||
once_cell = "1.19.0"
|
||||
|
Loading…
Reference in New Issue
Block a user