ixmoyren opened a new pull request, #636: URL: https://github.com/apache/rocketmq-clients/pull/636
lazy_static is almost inactive, most of the projects in the rust community use once_cell instead of lazy_static, while once_cell's performance is [a little bit more](https://github.com/matklad/once_cell/tree/master/examples) and the development is active. 1. remove lazy_static dependency 2. upgrade once_cell -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org