chore(deps): add missing sync feature (#2037)

This commit is contained in:
Matthias Seitz
2023-03-30 13:44:22 +02:00
committed by GitHub
parent d239b82ccb
commit 6261262a20

View File

@ -41,7 +41,7 @@ jsonwebtoken = "8"
async-trait = "0.1"
tokio = { version = "1", features = ["sync"] }
tower = "0.4"
tokio-stream = "0.1"
tokio-stream = { version = "0.1", features = ["sync"] }
pin-project = "1.0"
bytes = "1.4"