fix: enable tokio process feature

This commit is contained in:
daimond113 2024-12-03 00:45:28 +01:00
parent b53457c42c
commit 91a3a9b122
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C

View file

@ -56,7 +56,7 @@ pathdiff = "0.2.3"
relative-path = { version = "1.9.3", features = ["serde"] } relative-path = { version = "1.9.3", features = ["serde"] }
log = "0.4.22" log = "0.4.22"
thiserror = "2.0.3" thiserror = "2.0.3"
tokio = "1.41.1" tokio = { version = "1.41.1", features = ["process"] }
tokio-util = "0.7.12" tokio-util = "0.7.12"
async-stream = "0.3.6" async-stream = "0.3.6"
futures = "0.3.31" futures = "0.3.31"