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 regex from 1.3.9 to 1.4.3 #37

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 11, 2021

Bumps regex from 1.3.9 to 1.4.3.

Changelog

Sourced from regex's changelog.

1.4.3 (2021-01-08)

This is a small patch release that adds some missing standard trait implementations for some types in the public API.

Bug fixes:

1.4.2 (2020-11-01)

This is a small bug fix release that bans \P{any}. We previously banned empty classes like [^\w\W], but missed the \P{any} case. In the future, we hope to permit empty classes.

1.4.1 (2020-10-13)

This is a small bug fix release that makes \p{cf} work. Previously, it would report "property not found" even though cf is a valid abbreviation for the Format general category.

1.4.0 (2020-10-11)

This releases has a few minor documentation fixes as well as some very minor API additions. The MSRV remains at Rust 1.28 for now, but this is intended to increase to at least Rust 1.41.1 soon.

This release also adds support for OSS-Fuzz. Kudos to @DavidKorczynski for doing the heavy lifting for that!

New features:

... (truncated)

Commits
  • 373d5ca 1.4.3
  • 9b8b407 cargo: bump regex-syntax to 0.6.22
  • d27882c regex-syntax-0.6.22
  • c28bf5d changelog: 1.4.3
  • ee94996 api: add missing Debug impls for public types
  • 8a81699 api: add missing implementations of core iterator traits
  • 0b15654 github: replace reference to ripgrep
  • 954e03b github: add issue templates
  • 04e025b doc: fix typo: expresison -> expression
  • 83c2fcd examples: update benchmark game URL
  • 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)

Bumps [regex](https://github.com/rust-lang/regex) from 1.3.9 to 1.4.3.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.3.9...1.4.3)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 11, 2021
@github-actions
Copy link

Benchmark for efb078e

Click to view benchmark
Test PR Benchmark Master Benchmark %
Arithmetic operations (Execution) 366.5±4.67ns 369.0±7.26ns -0.68%
Arithmetic operations (Full) 274.1±5.48µs 279.8±5.15µs -2.04%
Array access (Execution) 8.8±0.31µs 8.7±0.14µs +1.15%
Array access (Full) 298.1±14.37µs 301.4±5.70µs -1.09%
Array creation (Execution) 3.7±0.08ms 3.5±0.04ms +5.71%
Array creation (Full) 3.4±0.08ms 4.0±0.09ms -15.00%
Array pop (Execution) 1325.0±27.00µs 1314.4±77.00µs +0.81%
Array pop (Full) 1622.8±24.13µs 1864.4±94.26µs -12.96%
Boolean Object Access (Execution) 5.3±0.05µs 5.3±0.11µs 0.00%
Boolean Object Access (Full) 288.4±5.81µs 297.1±7.08µs -2.93%
Clean js (Execution) 804.7±24.33µs 786.9±20.63µs +2.26%
Clean js (Full) 1092.7±35.67µs 1158.9±44.39µs -5.71%
Clean js (Parser) 36.2±1.75µs 35.4±1.10µs +2.26%
Create Realm 497.7±8.56ns 497.4±7.87ns +0.06%
Dynamic Object Property Access (Execution) 5.7±0.13µs 5.5±0.11µs +3.64%
Dynamic Object Property Access (Full) 284.0±10.77µs 297.7±7.85µs -4.60%
Expression (Parser) 6.8±0.21µs 7.1±0.16µs -4.23%
Fibonacci (Execution) 836.0±19.08µs 855.3±39.52µs -2.26%
Fibonacci (Full) 1154.9±46.60µs 1161.5±31.54µs -0.57%
For loop (Execution) 23.5±0.48µs 23.1±0.52µs +1.73%
For loop (Full) 312.3±6.75µs 316.8±9.26µs -1.42%
For loop (Parser) 17.5±0.64µs 17.5±0.34µs 0.00%
Goal Symbols (Parser) 11.9±0.53µs 11.8±0.24µs +0.85%
Hello World (Parser) 3.0±0.08µs 3.1±0.06µs -3.23%
Long file (Parser) 797.0±10.55ns 817.0±16.87ns -2.45%
Mini js (Execution) 717.5±26.37µs 717.3±11.90µs +0.03%
Mini js (Full) 995.2±27.66µs 1060.3±47.37µs -6.14%
Mini js (Parser) 31.7±1.41µs 32.0±1.23µs -0.94%
Number Object Access (Execution) 4.3±0.15µs 4.2±0.09µs +2.38%
Number Object Access (Full) 286.0±10.69µs 290.6±6.81µs -1.58%
Object Creation (Execution) 4.8±0.10µs 4.7±0.04µs +2.13%
Object Creation (Full) 286.2±5.24µs 289.9±8.08µs -1.28%
RegExp (Execution) 66.0±2.25µs 66.0±3.15µs 0.00%
RegExp (Full) 364.5±8.50µs 371.8±7.21µs -1.96%
RegExp Literal (Execution) 68.8±1.61µs 69.4±3.46µs -0.86%
RegExp Literal (Full) 369.8±18.60µs 374.9±5.98µs -1.36%
RegExp Literal Creation (Execution) 66.1±2.13µs 64.4±1.25µs +2.64%
RegExp Literal Creation (Full) 345.9±18.22µs 368.9±9.17µs -6.23%
Static Object Property Access (Execution) 5.0±0.14µs 5.0±0.09µs 0.00%
Static Object Property Access (Full) 278.9±6.38µs 292.4±9.04µs -4.62%
String Object Access (Execution) 7.5±0.12µs 7.4±0.18µs +1.35%
String Object Access (Full) 290.2±8.48µs 295.9±7.41µs -1.93%
String comparison (Execution) 6.6±0.17µs 6.6±0.86µs 0.00%
String comparison (Full) 295.5±17.02µs 300.0±14.19µs -1.50%
String concatenation (Execution) 5.4±0.13µs 5.3±0.11µs +1.89%
String concatenation (Full) 284.2±9.18µs 296.6±14.96µs -4.18%
String copy (Execution) 4.1±0.06µs 4.0±0.06µs +2.50%
String copy (Full) 282.4±8.95µs 281.8±7.50µs +0.21%
Symbols (Execution) 3.6±0.21µs 3.5±0.04µs +2.86%
Symbols (Full) 271.7±11.26µs 275.6±3.80µs -1.42%

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 12, 2021

Superseded by #60.

@dependabot dependabot bot closed this Mar 12, 2021
@dependabot dependabot bot deleted the dependabot/cargo/regex-1.4.3 branch March 12, 2021 05:54
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 rust Pull requests that update Rust code
Projects
None yet
0 participants