nlopes / actix-web-prom

Actix-web middleware to expose Prometheus metrics
MIT License
89 stars 56 forks source link

Remove explicit usage for actix-http and actix-service dependencies #50

Closed arthurlm closed 3 years ago

arthurlm commented 3 years ago

These dependencies can be imported using actix-web. It will helps to have more coherent versions usage of actix-* modules and stop users of actix-web-prom to have explicit need for actix-http and actix-services.

arthurlm commented 3 years ago

Please, also notes this imports will continue working using actix-web = "4.0.0-beta.6"

nlopes commented 3 years ago

Thank you!