aschampion / h2n5

HTTP 2 N5: Serve N5 datasets over HTTP as tiled image stacks
Apache License 2.0
7 stars 0 forks source link

Bump regex from 1.0.2 to 1.2.1 #39

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps regex from 1.0.2 to 1.2.1.

Changelog *Sourced from [regex's changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md).* > 1.2.1 (2019-08-03) > ================== > This release does a bit of house cleaning. Namely: > > * This repository is now using rustfmt. > * License headers have been removed from all files, in following suit with the > Rust project. > * Teddy has been removed from the `regex` crate, and is now part of the > `aho-corasick` crate. > [See `aho-corasick`'s new `packed` sub-module for details](https://docs.rs/aho-corasick/0.7.6/aho_corasick/packed/index.html). > * The `utf8-ranges` crate has been deprecated, with its functionality moving > into the > [`utf8` sub-module of `regex-syntax`](https://docs.rs/regex-syntax/0.6.11/regex_syntax/utf8/index.html). > * The `ucd-util` dependency has been dropped, in favor of implementing what > little we need inside of `regex-syntax` itself. > > In general, this is part of an ongoing (long term) effort to make optimizations > in the regex engine easier to reason about. The current code is too convoluted > and thus it is very easy to introduce new bugs. This simplification effort is > the primary motivation behind re-working the `aho-corasick` crate to not only > bundle algorithms like Teddy, but to also provide regex-like match semantics > automatically. > > Moving forward, the plan is to join up with the `bstr` and `regex-automata` > crates, with the former providing more sophisticated substring search > algorithms (thereby deleting existing code in `regex`) and the latter providing > ahead-of-time compiled DFAs for cases where they are inexpensive to compute. > > > 1.2.0 (2019-07-20) > ================== > This release updates regex's minimum supported Rust version to 1.28, which was > release almost 1 year ago. This release also updates regex's Unicode data > tables to 12.1.0. > > > 1.1.9 (2019-07-06) > ================== > This release contains a bug fix that caused regex's tests to fail, due to a > dependency on an unreleased behavior in regex-syntax. > > * [BUG [#593](https://github-redirect.dependabot.com/rust-lang/regex/issues/593)](https://github-redirect.dependabot.com/rust-lang/regex/issues/593): > Move an integration-style test on error messages into regex-syntax. > > > 1.1.8 (2019-07-04) > ================== > This release contains a few small internal refactorings. One of which fixes > an instance of undefined behavior in a part of the SIMD code. > > ... (truncated)
Commits - [`0b1e1e8`](https://github.com/rust-lang/regex/commit/0b1e1e8c54287d382e505acc68d983801daddeee) 1.2.1 - [`169783c`](https://github.com/rust-lang/regex/commit/169783c1d6e045ff2ee418ea3556d09ed97e8f3c) syntax: release 0.6.11 - [`b4c67cb`](https://github.com/rust-lang/regex/commit/b4c67cb80cb3aae246e192afa5ea10b66d18639d) syntax: drop ucd_util dependency - [`caa075f`](https://github.com/rust-lang/regex/commit/caa075f653e96345843b04e9591d86b55985ffb4) syntax: absorb utf8-ranges crate - [`6b86983`](https://github.com/rust-lang/regex/commit/6b869838f107d4c92bd80c0cab3543131f406a73) literal: remove teddy - [`fc3e6aa`](https://github.com/rust-lang/regex/commit/fc3e6aa19aaaf929fd89395ee976456b5b3a8720) license: remove license headers from files - [`0e96af4`](https://github.com/rust-lang/regex/commit/0e96af41667228cb83eff32b44db057f5be16c62) style: start using rustfmt - [`341f207`](https://github.com/rust-lang/regex/commit/341f207c1071f7290e3f228c710817c280c8dca1) regex-syntax-0.6.10 - [`dc111a5`](https://github.com/rust-lang/regex/commit/dc111a5f19f0b1e2b6c55391391b99bb09869d1f) syntax: update Unicode ages lookup - [`d4d7310`](https://github.com/rust-lang/regex/commit/d4d73103b4c0bbd1fd1d943e1736ad2bc5a9ca41) release: 1.2.0 - Additional commits viewable in [compare view](https://github.com/rust-lang/regex/compare/1.0.2...1.2.1)


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) - `@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.
dependabot-preview[bot] commented 5 years ago

Superseded by #41.