-
Notifications
You must be signed in to change notification settings - Fork 598
update rand dependency #2681
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
update rand dependency #2681
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2681 +/- ##
=======================================
- Coverage 79.1% 79.1% -0.1%
=======================================
Files 122 122
Lines 22546 22543 -3
=======================================
- Hits 17853 17850 -3
Misses 4693 4693 ☔ View full report in Codecov by Sentry. |
lalitb
left a comment
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.
| futures-util = { workspace = true, features = ["std", "sink", "async-await-macro"] } | ||
| percent-encoding = { version = "2.0", optional = true } | ||
| rand = { workspace = true, features = ["std", "std_rng","small_rng"], optional = true } | ||
| rand = { workspace = true, features = ["std", "std_rng", "small_rng", "os_rng", "thread_rng"], optional = true } |
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.
I see we actually removed thread_rng in other files. Why do we still need this feature?
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.
it was just renamed, thread_rng() -> rng()
Co-authored-by: Cijo Thomas <[email protected]> Co-authored-by: Lalit Kumar Bhasin <[email protected]>
Changes
rand, mostly renamed methodsMerge requirement checklist
CHANGELOG.mdfiles updated for non-trivial, user-facing changes