alexcrichton / cargo-vendor

Archived as subcommand is now part of Cargo itself
Apache License 2.0
261 stars 30 forks source link

Bump regex from 1.1.2 to 1.1.3 #240

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps regex from 1.1.2 to 1.1.3.

Changelog *Sourced from [regex's changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md).* > 1.1.3 (2019-03-30) > ================== > This releases fixes a few bugs and adds a performance improvement when a regex > is a simple alternation of literals. > > Performance improvements: > > * [OPT [#566](https://github-redirect.dependabot.com/rust-lang/regex/issues/566)](https://github-redirect.dependabot.com/rust-lang/regex/pull/566): > Upgrades `aho-corasick` to 0.7 and uses it for `foo|bar|...|quux` regexes. > > Bug fixes: > > * [BUG [#527](https://github-redirect.dependabot.com/rust-lang/regex/issues/527)](https://github-redirect.dependabot.com/rust-lang/regex/issues/527): > Fix a bug where the parser would panic on patterns like `((?x))`. > * [BUG [#555](https://github-redirect.dependabot.com/rust-lang/regex/issues/555)](https://github-redirect.dependabot.com/rust-lang/regex/issues/555): > Fix a bug where the parser would panic on patterns like `(?m){1,1}`. > * [BUG [#557](https://github-redirect.dependabot.com/rust-lang/regex/issues/557)](https://github-redirect.dependabot.com/rust-lang/regex/issues/557): > Fix a bug where captures could lead to an incorrect match.
Commits - [`89074f8`](https://github.com/rust-lang/regex/commit/89074f87d0ad3ef19be9e52c1e661620491c0f2e) 1.1.3 - [`8f9ca96`](https://github.com/rust-lang/regex/commit/8f9ca96a844b07e6b378573ec6fbac6cf9fe5430) ci: remove minimal version check - [`2316432`](https://github.com/rust-lang/regex/commit/231643248b585eae007c46fad0c4830978c0d425) syntax: fix bug when parsing ((?x)) - [`7b1599f`](https://github.com/rust-lang/regex/commit/7b1599f2f6903e4087c6cd109404be4056406ad9) syntax: fix counted repetition bug - [`67fca6c`](https://github.com/rust-lang/regex/commit/67fca6cbfff22bb297e0935bc3c267bc336d4e3b) capi: add rure_escape_must function - [`525b18b`](https://github.com/rust-lang/regex/commit/525b18baf215f957f014f83b5db04d2c95aae0eb) readme: move to Rust 2018 - [`f3207d5`](https://github.com/rust-lang/regex/commit/f3207d57996c6d0c45ca7f493d02d63a3c47b52d) deps: update to rand 0.6 - [`3563d73`](https://github.com/rust-lang/regex/commit/3563d734ae13ff6d0601d0933f0890470367fe5b) exec: fix a bug in capture with match - [`6152de4`](https://github.com/rust-lang/regex/commit/6152de43c9a30ad8ccc107d5c61f0726b92fd0a7) changelog: start changelog for 1.1.3 release - [`f8ebdbb`](https://github.com/rust-lang/regex/commit/f8ebdbbfec11616457a1064c3f7ce57425ab546a) exec: add Aho-Corasick optimization - Additional commits viewable in [compare view](https://github.com/rust-lang/regex/compare/1.1.2...1.1.3)


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.

If all status checks pass Dependabot will automatically merge this pull request.


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.