-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove lazy_static and once_cell dependencies #3148
Conversation
b1accc7
to
9e86284
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3148 +/- ##
==========================================
+ Coverage 71.96% 72.15% +0.19%
==========================================
Files 135 137 +2
Lines 43581 44082 +501
Branches 43581 44082 +501
==========================================
+ Hits 31361 31808 +447
- Misses 10181 10243 +62
+ Partials 2039 2031 -8 ☔ View full report in Codecov by Sentry. |
9e86284
to
561c52e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of this!! Always great to get rid of dependencies ❤️.
@nyurik - looks like we need one more |
LazyLock has been available since 1.80 which is less than MSRV Signed-off-by: Yuri Astrakhan <[email protected]>
561c52e
to
433eb97
Compare
Description
LazyLock has been available since 1.80 which is less than MSRV