Skip to content

Bump rand from 0.7.2 to 0.7.3#28518

Merged
bors-servo merged 1 commit intomasterfrom
dependabot/cargo/rand-0.7.3
Apr 1, 2022
Merged

Bump rand from 0.7.2 to 0.7.3#28518
bors-servo merged 1 commit intomasterfrom
dependabot/cargo/rand-0.7.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2021

Bumps rand from 0.7.2 to 0.7.3.

Changelog

Sourced from rand's changelog.

[0.7.3] - 2020-01-10

Fixes

  • The Bernoulli distribution constructors now reports an error on NaN and on denominator == 0. (#925)
  • Use std::sync::Once to register fork handler, avoiding possible atomicity violation (#928)
  • Fix documentation on the precision of generated floating-point values

Changes

  • Unix: make libc dependency optional; only use fork protection with std feature (#928)

Additions

  • Implement std::error::Error for BernoulliError (#919)
Commits
  • 074cb6a Merge pull request #929 from dhardy/master
  • 0f4e152 Prepare rand 0.7.3 release
  • 5b0d874 Merge pull request #928 from dhardy/libc
  • ae4683c Remove use of deprecated ATOMIC_USIZE_INIT
  • ae3a416 Fix #911: use Once instead of AtomicBool
  • a67173e make libc dependency optional (fork protection requires std)
  • e2dc2c3 Merge pull request #926 from dhardy/fmt
  • fab964d Manual function specification reformatting
  • 3a5d5a8 Use rustfmt::skip for some cases
  • 3a51c3e Manual array reformatting
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Jun 17, 2021
@dependabot dependabot bot force-pushed the dependabot/cargo/rand-0.7.3 branch from 4e7d038 to e4a2d58 Compare January 17, 2022 03:08
@jdm
Copy link
Copy Markdown
Member

jdm commented Mar 28, 2022

@bors-servo r+

@bors-servo
Copy link
Copy Markdown
Contributor

📌 Commit e4a2d58 has been approved by jdm

@dependabot dependabot bot force-pushed the dependabot/cargo/rand-0.7.3 branch from e4a2d58 to 1cf06fa Compare March 28, 2022 06:46
@jdm
Copy link
Copy Markdown
Member

jdm commented Apr 1, 2022

@bors-servo r+

@bors-servo
Copy link
Copy Markdown
Contributor

📌 Commit 1cf06fa has been approved by jdm

@bors-servo
Copy link
Copy Markdown
Contributor

⌛ Testing commit 1cf06fa with merge 0a22732...

bors-servo added a commit that referenced this pull request Apr 1, 2022
Update gif dependency.

Closes #28773. Closes #28476. Closes #28479. Closes #28518. Closes #28516.
@bors-servo
Copy link
Copy Markdown
Contributor

☀️ Test successful - checks-github
Approved by: jdm
Pushing 0a22732 to master...

@bors-servo bors-servo merged commit 0a22732 into master Apr 1, 2022
@bors-servo bors-servo deleted the dependabot/cargo/rand-0.7.3 branch April 1, 2022 09:10
bors-servo added a commit that referenced this pull request Apr 2, 2022
Update gif dependency.

Closes #28773. Closes #28476. Closes #28479. Closes #28518. Closes #28516.
bors-servo added a commit that referenced this pull request Apr 2, 2022
Update gif dependency.

Closes #28773. Closes #28476. Closes #28479. Closes #28518. Closes #28516.
bors-servo added a commit that referenced this pull request Apr 2, 2022
Update gif dependency.

Closes #28773. Closes #28476. Closes #28479. Closes #28518. Closes #28516.
bors-servo added a commit that referenced this pull request Apr 2, 2022
Update various dependencies.

Closes #28773. Closes #28476. Closes #28479. Closes #28518. Closes #28516.
bors-servo added a commit that referenced this pull request Apr 2, 2022
Update various dependencies.

Closes #28773. Closes #28476. Closes #28479. Closes #28518. Closes #28516.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-awaiting-review There is new code that needs to be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants