build(deps):增加tokio_utils依赖。
This commit is contained in:
parent
b0e7c48f04
commit
797ca95e7f
|
@ -21,6 +21,7 @@ serde_json = { version = "1.0.115", features = ["raw_value"] }
|
|||
serde_qs = { version = "0.12.0", features = ["axum"] }
|
||||
serde_repr = "0.1.18"
|
||||
tokio = { version = "1.37.0", features = ["full"] }
|
||||
tokio-util = { version = "0.7.10", features = ["io", "io-util", "net", "rt", "full"] }
|
||||
tracing = { version = "0.1.40", features = ["attributes"] }
|
||||
tracing-appender = "0.2.3"
|
||||
tracing-error = "0.2.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user