Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 8, 2021

Updates the requirements on nanorand to permit the latest version.

Release notes

Sourced from nanorand's releases.

nanorand 0.6.0

This is the big one, folks! Breaking changes, obviously.

Changelog

  • Renamed RNG to Rng
  • RandomGen will no longer panic if lower > upper (Absolucy/nanorand-rs#24)
  • Added RandomGen support for signed integers (Absolucy/nanorand-rs#9) and floats (Absolucy/nanorand-rs#20)
    • RandomGen for float will generate an float in the range of 0 <= x <= 1
  • Added RandomRange support for signed integers (Absolucy/nanorand-rs#9)
  • Fixed RandomRange having weird in/exclusivity (Absolucy/nanorand-rs#21)
  • ChaCha now has a const generic of how many rounds it is. This speeds it up slightly.
  • TlsWyRand is now reference-counted.
  • Added some unit tests to ensure that RandomRange works properly.
Commits
  • 8e282f2 feat: add support for signed integers to nanorand-abi and nanorand-py
  • 3dbae46 fix: Fix some compiler errors
  • 5c8af97 ci: Only run actions whenever a .rs or .yml file changes
  • 305914e docs: change all references from "Aspen" to "Lucy"
  • ff7814f chore: remove some #[inline(always)]
  • 849f1a0 fix: fix nanorand-abi and nanorand-py for the ChaCha refactor
  • efbc0e8 refactor: improve ChaCha by making rounds a const generic
  • 47ac7bc feat: RandomGen implementation for floats
  • 9c8c248 test: Add another test case to ensure_signed_in_range
  • d42af09 test: use more iterations in RandomRange unit tests
  • Additional commits viewable in compare view

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)

Updates the requirements on [nanorand](https://github.com/Absolucy/nanorand-rs) to permit the latest version.
- [Release notes](https://github.com/Absolucy/nanorand-rs/releases)
- [Commits](Absolucy/nanorand-rs@nanorand-v0.5.1...0.6.0)

---
updated-dependencies:
- dependency-name: nanorand
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 8, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 9, 2022

Superseded by #58.

@dependabot dependabot bot closed this Mar 9, 2022
@dependabot dependabot bot deleted the dependabot/cargo/nanorand-0.6 branch March 9, 2022 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants