nlopes / actix-web-prom

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

update actix to tokio 1.0 #45

Closed pronvis closed 3 years ago

pronvis commented 3 years ago

update actix version to beta which depends on tokio 1.0

nlopes commented 3 years ago

Hey, I do appreciate the contributions but I won't be bumping to beta versions of packages if I can avoid it. Once they're stable, I'm happy to oblige.

nlopes commented 3 years ago

I think actix-web is getting fairly close to a 4.0 release so I started a PR that brings actix-web-prom in line with the latest beta. I'm also going to try to take the -beta.N approach to give the community more flexibility.

You can check my PR at #57