mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): add missing sync feature (#2037)
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user