File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,10 @@ name = "php-main"
2020path = " src/main.rs"
2121
2222[dependencies ]
23- async-trait = " 0.1.88"
2423bytes = " 1.10.1"
2524hostname = " 0.4.1"
2625ext-php-rs = { version = " 0.14.0" , features = [" embed" ] }
27- http-handler = { git = " https://github.com/platformatic/http-handler.git" }
26+ http-handler = { git = " https://github.com/platformatic/http-handler.git" , branch = " core-async-trait " }
2827# http-handler = { path = "../http-handler" }
2928http-rewriter = { git = " https://github.com/platformatic/http-rewriter.git" }
3029# http-rewriter = { path = "../http-rewriter" }
Original file line number Diff line number Diff line change @@ -189,7 +189,6 @@ impl Embed {
189189 }
190190}
191191
192- #[ async_trait:: async_trait]
193192impl Handler for Embed {
194193 type Error = EmbedRequestError ;
195194
You can’t perform that action at this time.
0 commit comments