-
Notifications
You must be signed in to change notification settings - Fork 29
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
Bump dependencies to latest versions #246
Conversation
@anfedotoff, can you, please, verify that |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #246 +/- ##
=======================================
Coverage 66.39% 66.39%
=======================================
Files 34 34
Lines 8200 8211 +11
=======================================
+ Hits 5444 5452 +8
- Misses 2756 2759 +3 ☔ View full report in Codecov by Sentry. |
I checked, it works fine. |
@@ -52,5 +52,5 @@ name = "casr-dojo" | |||
required-features = ["dojo"] | |||
|
|||
[dev-dependencies] | |||
lazy_static = "1.4" | |||
lazy_static = "1.5" |
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.
Could we replace this crate with LazyLock?
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.
We agreed to do it in a separate PR
No description provided.