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

Bump arbitrary from 1.1.4 to 1.1.5 in /bin/fuzz #2729

Merged
merged 2 commits into from
Sep 9, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2022

Bumps arbitrary from 1.1.4 to 1.1.5.

Changelog

Sourced from arbitrary's changelog.

1.1.5

Released 2022-09-20.

Added

  • Implemented Arbitrary for std::ops::Bound<T>.

Fixed

  • Fixed a bug where Unstructured::int_in_range could return out-of-range integers when generating arbitrary signed integers.

Commits
  • b73c092 Bump to version 1.1.5
  • 6dfff42 Merge pull request #123 from fitzgen/fix-int-in-range-once-and-for-all-hopefully
  • bf5d9c0 Run the int_in_range fuzzer in CI
  • eb9b125 Fix docs for int_in_range and its panic condition
  • 75c4ddb Fix int_in_range with signed integers
  • a5f7707 Add a test for int_in_range generating unsigned integers
  • 8d02074 Add a fuzz target for Unstructured::int_in_range
  • fc5b798 Merge pull request #121 from fitzgen/bound
  • a318c6a Implement Arbitrary for std::ops::Bound
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Bumps [arbitrary](https://github.com/rust-fuzz/arbitrary) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/rust-fuzz/arbitrary/releases)
- [Changelog](https://github.com/rust-fuzz/arbitrary/blob/master/CHANGELOG.md)
- [Commits](rust-fuzz/arbitrary@v1.1.4...v1.1.5)

---
updated-dependencies:
- dependency-name: arbitrary
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from tomaka as a code owner September 8, 2022 17:42
Copy link
Contributor

@mergify mergify bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approving dependabot

@github-actions
Copy link
Contributor

github-actions bot commented Sep 8, 2022

twiggy diff report

Difference in .wasm size before and after this pull request.


 Delta Bytes │ Item
─────────────┼──────────────────
          +0 ┊ Σ [0 Total Rows]

@tomaka tomaka added the automerge Automatically merge pull request as soon as possible label Sep 9, 2022
@mergify mergify bot merged commit b193cab into main Sep 9, 2022
@mergify mergify bot deleted the dependabot/cargo/bin/fuzz/arbitrary-1.1.5 branch September 9, 2022 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatically merge pull request as soon as possible
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant