fixed tokio features

This commit is contained in:
Vincent Junge 2023-06-24 08:52:45 +02:00
parent d474ea1da8
commit c0d484efdc
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ backend = ["poem", "sqlx"]
client = [] client = []
[dependencies] [dependencies]
tokio = {version = "1.28.1", features = ["rt", "macros", "rt-multi-thread", "full"]} tokio = {version = "1.28.1"}
serde = {version = "1.0.163", features = ["derive"]} serde = {version = "1.0.163", features = ["derive"]}
serde_json = {version= "1.0.96", features = ["raw_value"]} serde_json = {version= "1.0.96", features = ["raw_value"]}
serde-aux = "4.2.0" serde-aux = "4.2.0"
@ -36,5 +36,6 @@ thiserror = "1.0.40"
jsonwebtoken = "8.3.0" jsonwebtoken = "8.3.0"
[dev-dependencies] [dev-dependencies]
tokio = {version = "1.28.1", features = ["full"]}
lazy_static = "1.4.0" lazy_static = "1.4.0"
rusty-hook = "0.11.2" rusty-hook = "0.11.2"