assert-rs / predicates-rs

Boolean-valued predicate functions in Rust
docs.rs/predicates
Apache License 2.0
173 stars 29 forks source link

build: update float-cmp requirement from 0.4 to 0.5 #80

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on float-cmp to permit the latest version.

Commits - [`6bc5e78`](https://github.com/mikedilger/float-cmp/commit/6bc5e78959489a372683b3cf0a171490cfb5b703) 0.5.0: - [`edb0717`](https://github.com/mikedilger/float-cmp/commit/edb0717fefe8e5896d239e4354f7bfaaac91133f) 0.4.1 - [`01e91c6`](https://github.com/mikedilger/float-cmp/commit/01e91c652a0f1ee79756feea94a88e834562104f) Make num-traits optional, since it slows compilation down by 13-fold (see [#16](https://github-redirect.dependabot.com/mikedilger/float-cmp/issues/16)) - [`04dd56b`](https://github.com/mikedilger/float-cmp/commit/04dd56b547a7627486d64eb6b8aad8eb2ebb279a) Revert "README notice of move" - [`c9f91e5`](https://github.com/mikedilger/float-cmp/commit/c9f91e52f188577d6a37fe5c0a0a131e8046c232) README notice of move - [`d6cbe21`](https://github.com/mikedilger/float-cmp/commit/d6cbe21b57e2b1165d6be00491e3ebe671daa8c2) Further major changes to API, plus macros - [`6ecb629`](https://github.com/mikedilger/float-cmp/commit/6ecb629f58d5ccf5f88b999daa5ceb73a26dafd6) Ulps: next() and prev() functions - [`1774db5`](https://github.com/mikedilger/float-cmp/commit/1774db5ca795147a888ef12eb10bc423d92610a3) Use from_bits() in tests rather than unsafe transmutes - [`e226f83`](https://github.com/mikedilger/float-cmp/commit/e226f8399531d3789fbd82c3f843bff56d3ba95d) [breaking] Deprecate ApproxOrdUlps - [`78c8999`](https://github.com/mikedilger/float-cmp/commit/78c89998417a0a14f9f4140b98c54321eae8f933) Comment updates - Additional commits viewable in [compare view](https://github.com/mikedilger/float-cmp/compare/0.4.0...0.5.0)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Looks like float-cmp is up-to-date now, so this is no longer needed.