refactor(lib): Remove uses of pin_project::project attribute (#2219)
pin-project will deprecate the project attribute due to some unfixable limitations. Refs: https://github.com/taiki-e/pin-project/issues/225
This commit is contained in:
@@ -30,7 +30,7 @@ httparse = "1.0"
|
||||
h2 = "0.2.2"
|
||||
itoa = "0.4.1"
|
||||
log = "0.4"
|
||||
pin-project = "0.4"
|
||||
pin-project = "0.4.17"
|
||||
time = "0.1"
|
||||
tower-service = "0.3"
|
||||
tokio = { version = "0.2.5", features = ["sync"] }
|
||||
|
||||
Reference in New Issue
Block a user