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

build(deps): update rand_regex requirement from 0.15 to 0.16 #487

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

Updates the requirements on rand_regex to permit the latest version.

Release notes

Sourced from rand_regex's releases.

v0.16.0

Updated regex-syntax dependency.

Depends on rand 0.8 and regex-syntax 0.7. The minimal Rust version is 1.71.1.

Changelog

Sourced from rand_regex's changelog.

v0.16.0 (2023 Aug 4)

Updated regex-syntax dependency.

Depends on rand 0.8 and regex-syntax 0.7. The minimal Rust version is 1.71.1.

v0.15.1 (2021 Feb 12)

No longer enables all default rand features.

v0.15.0 (2021 Feb 12)

Updated rand dependency.

Depends on rand 0.8 and regex_syntax 0.6. The minimal Rust version is 1.40.

v0.14.2 (2020 Feb 2)

Added Regex::is_ascii() method to check if the regex is ASCII-only.

Added type Encoding to represent ASCII, UTF-8 or binary encoding. Added Regex::encoding() method to return the narrowest string encoding.

Added type EncodedString to adjoin a byte string with its encoding. Added an additional impl Distribution<EncodedString> for Regex.

v0.14.1 (2020 Jan 27)

Added an additional impl Distribution<Result<String, FromUtf8Error>> for Regex.

v0.14.0 (2020 Jan 25)

Increased minimal Rust version.

Depends on rand 0.7 and regex_syntax 0.6. The minimal Rust version is 1.40.

Improved generation algorithm. Sampling performance of regex involving lots of character classes are greatly improved.

Regex v0.13.1 v0.14.0
[0-9a-zA-Z]{10,20} 268 ns 150 ns
(?s:.{10}) 209 ns 190 ns

... (truncated)

Commits
  • 5801227 Version = 0.16.0. Upgrade all dependencies. Set MSRV = 1.71.1.
  • 3acc17f Merge pull request #2 from jRimbault/add-cli-example
  • d115cfe Merge pull request #3 from jRimbault/fix-ci
  • e7ed666 parallelize CI, check on MSRV and test on stable
  • 2de3ae8 add a command line example toy program
  • 0f34f06 Version = 0.15.1. Do not enable all rand features by default.
  • ca5b99c Replace Travis-CI by GitHub workflow
  • f9d7a6d Fix benchmark code
  • See full diff in compare view

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 7, 2023

The following labels could not be found: dependency-upgrade.

@beltram beltram force-pushed the dependabot/cargo/rand_regex-0.16 branch 2 times, most recently from 7f1473b to e106401 Compare September 19, 2023 08:25
Updates the requirements on [rand_regex](https://github.com/kennytm/rand_regex) to permit the latest version.
- [Release notes](https://github.com/kennytm/rand_regex/releases)
- [Changelog](https://github.com/kennytm/rand_regex/blob/master/CHANGELOG.md)
- [Commits](kennytm/rand_regex@v0.15.0...v0.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@beltram beltram force-pushed the dependabot/cargo/rand_regex-0.16 branch from e106401 to 593411c Compare September 22, 2023 08:22
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 16, 2024

A newer version of rand_regex exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants