fix: Remove uses of pin_project::project attribute (#367)
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:
+1
-1
@@ -141,7 +141,7 @@ hyper = "0.13"
|
||||
warp = { version = "0.2", default-features = false }
|
||||
http = "0.2"
|
||||
http-body = "0.3"
|
||||
pin-project = "0.4"
|
||||
pin-project = "0.4.17"
|
||||
# Health example
|
||||
tonic-health = { path = "../tonic-health" }
|
||||
listenfd = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user