Skip to content

Bump regex from 0.2.10 to 1.1.2#70

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/regex-1.1.2
Closed

Bump regex from 0.2.10 to 1.1.2#70
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/regex-1.1.2

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 28, 2019

Bumps regex from 0.2.10 to 1.1.2.

Release notes

Sourced from regex's releases.

1.0.0

This release marks the 1.0 release of regex.

While this release includes some breaking changes, most users of older versions
of the regex library should be able to migrate to 1.0 by simply bumping the
version number. The important changes are as follows:

  • We adopt Rust 1.20 as the new minimum supported version of Rust for regex.
    We also tentativley adopt a policy that permits bumping the minimum supported
    version of Rust in minor version releases of regex, but no patch releases.
    That is, with respect to semver, we do not strictly consider bumping the
    minimum version of Rust to be a breaking change, but adopt a conservative
    stance as a compromise.
  • Octal syntax in regular expressions has been disabled by default. This
    permits better error messages that inform users that backreferences aren't
    available. Octal syntax can be re-enabled via the corresponding option on
    RegexBuilder.
  • (?-u:\B) is no longer allowed in Unicode regexes since it can match at
    invalid UTF-8 code unit boundaries. (?-u:\b) is still allowed in Unicode
    regexes.
  • The From<regex_syntax::Error> impl has been removed. This formally removes
    the public dependency on regex-syntax.
  • A new feature, use_std, has been added and enabled by default. Disabling
    the feature will result in a compilation error. In the future, this may
    permit us to support no_std environments (w/ alloc) in a backwards
    compatible way.

For more information and discussion, please see
1.0 release tracking issue.

Changelog

Sourced from regex's changelog.

1.1.2 (2019-02-27)

This release fixes a bug found in the fix introduced in 1.1.1.

Bug fixes:

  • BUG edf45e6f:
    Fix bug introduced in reverse suffix literal matcher in the 1.1.1 release.

1.1.1 (2019-02-27)

This is a small release with one fix for a bug caused by literal optimizations.

Bug fixes:

1.1.0 (2018-11-30)

This is a small release with a couple small enhancements. This release also
increases the minimal supported Rust version (MSRV) to 1.24.1 (from 1.20.0). In
accordance with this crate's MSRV policy, this release bumps the minor version
number.

Performance improvements:

New features:

Bug fixes:

1.0.6 (2018-11-06)

This is a small release.

... (truncated)
Commits

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 will not automatically merge this PR because this dependency is pre-1.0.0.


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:

  • 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.

@codecov
Copy link

codecov bot commented Feb 28, 2019

Codecov Report

Merging #70 into master will increase coverage by 0.1%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #70     +/-   ##
=========================================
+ Coverage   79.06%   79.17%   +0.1%     
=========================================
  Files          27       27             
  Lines        1094     1085      -9     
=========================================
- Hits          865      859      -6     
+ Misses        229      226      -3
Impacted Files Coverage Δ
crgp-lib/src/reconstruction/simplify_result.rs 78.94% <0%> (-1.06%) ⬇️
src/main.rs 65.4% <0%> (-0.43%) ⬇️
crgp-lib/src/social_graph/source/tar.rs 60.66% <0%> (-0.35%) ⬇️
src/quit.rs 12.5% <0%> (+0.73%) ⬆️
crgp-lib/src/reconstruction/run.rs 100% <0%> (+1.51%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 83c3c91...cd2fefe. Read the comment docs.

@codecov
Copy link

codecov bot commented Feb 28, 2019

Codecov Report

Merging #70 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #70   +/-   ##
=======================================
  Coverage   79.18%   79.18%           
=======================================
  Files          27       27           
  Lines        1086     1086           
=======================================
  Hits          860      860           
  Misses        226      226

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0992916...3ddc061. Read the comment docs.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/regex-1.1.2 branch 2 times, most recently from b5ceea6 to b464d9a Compare March 1, 2019 07:47
Bumps [regex](https://github.com/rust-lang/regex) from 0.2.10 to 1.1.2.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@0.2.10...1.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/regex-1.1.2 branch from b464d9a to 3ddc061 Compare March 1, 2019 09:12
@dependabot-preview
Copy link
Contributor Author

Superseded by #85.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/regex-1.1.2 branch April 1, 2019 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments