Skip to content
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(deps): bump ordered-float from 2.0.0 to 2.10.0 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 6, 2022

Bumps ordered-float from 2.0.0 to 2.10.0.

Release notes

Sourced from ordered-float's releases.

v2.10.0

  • Add optional support for the arbitrary crate (#104).

v2.9.0

  • Implement Borrow for NotNan (#98).
  • Implement From for integer to NotNan conversions (#103).
  • Reduce the amount of unsafe code (#99).

v2.8.0

  • Add optional support for the rkyv serialization crate (#96).

v2.7.0

  • New optional dependency proptest (#94).

v2.6.0

  • Implement Signed for OrderedFloat (#93).

v2.5.1

  • The std feature should not enable the rand/std feature. This accidentally caused the rand crate to be enabled by default in 2.5.0. (#90)

v2.5.0

  • Rename the unchecked_new method to new_unchecked (#86). The old name is still supported, but deprecated.
  • Optionally implement traits from the rand crate (#84).
  • Improved documentation.

v2.4.0

  • Implement AddAssign, MulAssign, etc. for OrderedFloat<T>.
  • Implement From<OrderedFloat<Self>> for f32 and f64.
  • Add inline attributes to more methods.
  • Minor code cleanup.

v2.3.0

  • Implement traits from std::ops for reference types (#82).
  • Add more high-level documentation and examples.

v2.2.0

  • Add optional schemars feature (#78).
  • Re-export the Float trait (#79).

v2.1.1

  • Fix a compiler error when building without the std feature (#74).

v2.1.0

  • Implement more numeric traits for OrderedFloat<T> (#73).
  • Implement From<&T> for &OrderedFloat<T> (#72).

v2.0.1

  • Make assignment operators panic safe (#71). This fixes a bug that could cause undefined behavior in safe code.
Commits
  • f777611 Version 2.10.0
  • fd3583f impl arbitrary::Arbitrary for NotNan and OrderedFloat.
  • 926bf53 Version 2.9.0
  • 8287026 Add From<i32> and similar impls to NotNan
  • 76b11cd Replace unsafe transmute to a cast
  • bfabcc9 Implement Borrow for NotNan
  • 5cf18fe Version 2.8.0
  • 9823d42 Implement rkyv traits for OrderedFloat and NotNan
  • 3cfbdd6 Don't test optional features on Rust 1.36
  • f77209e Version 2.7.0
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 2.0.0 to 2.10.0.
- [Release notes](https://github.com/reem/rust-ordered-float/releases)
- [Commits](reem/rust-ordered-float@v2.0.0...v2.10.0)

---
updated-dependencies:
- dependency-name: ordered-float
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 6, 2022
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.

None yet

0 participants