howardwu / wagyu

A Rust library for generating cryptocurrency wallets
https://wagyu.dev
Apache License 2.0
610 stars 106 forks source link

Bump regex from 1.2.1 to 1.3.1 #88

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps regex from 1.2.1 to 1.3.1.

Changelog *Sourced from [regex's changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md).* > 1.3.1 (2019-09-04) > ================== > This is a maintenance release with no changes in order to try to work-around > a [docs.rs/Cargo issue](https://github-redirect.dependabot.com/rust-lang/docs.rs/issues/400). > > > 1.3.0 (2019-09-03) > ================== > This release adds a plethora of new crate features that permit users of regex > to shrink its size considerably, in exchange for giving up either functionality > (such as Unicode support) or runtime performance. When all such features are > disabled, the dependency tree for `regex` shrinks to exactly 1 crate > (`regex-syntax`). More information about the new crate features can be > [found in the docs](https://docs.rs/regex/*/#crate-features). > > Note that while this is a new minor version release, the minimum supported > Rust version for this crate remains at `1.28.0`. > > New features: > > * [FEATURE [#474](https://github-redirect.dependabot.com/rust-lang/regex/issues/474)](https://github-redirect.dependabot.com/rust-lang/regex/issues/474): > The `use_std` feature has been deprecated in favor of the `std` feature. > The `use_std` feature will be removed in regex 2. Until then, `use_std` will > remain as an alias for the `std` feature. > * [FEATURE [#583](https://github-redirect.dependabot.com/rust-lang/regex/issues/583)](https://github-redirect.dependabot.com/rust-lang/regex/issues/583): > Add a substantial number of crate features shrinking `regex`.
Commits - [`a3a8a7a`](https://github.com/rust-lang/regex/commit/a3a8a7a5cf9099ef3cbf9eba90722f8fb602a017) 1.3.1 - [`f6c72d2`](https://github.com/rust-lang/regex/commit/f6c72d2c41dce0a4ff3c8577fd0f45aa9b467c6d) changelog: 1.3.1 - [`705a4f9`](https://github.com/rust-lang/regex/commit/705a4f95d271ce1dbe33f7fce344e78925604ac7) 1.3.0 - [`25ae004`](https://github.com/rust-lang/regex/commit/25ae00460ec8bc6e1ad080d4216f1f2be0a40d89) syntax: release 0.6.12 - [`e70082a`](https://github.com/rust-lang/regex/commit/e70082a26f21f922215f965d43259be566cf28e6) changelog: prepare for 1.3 release - [`3a44d3d`](https://github.com/rust-lang/regex/commit/3a44d3d04399efbb20cb801026ba0a307b4c3b22) readme: add section about new crate features - [`8465302`](https://github.com/rust-lang/regex/commit/846530299638fafbff85edeecddbaadd2fe8a4f1) syntax: forcefully un-inline some methods - [`055816d`](https://github.com/rust-lang/regex/commit/055816dbf652fb59557cfa088d4148501eb8379b) regex: support perf-dfa - [`e98090d`](https://github.com/rust-lang/regex/commit/e98090db75cf46e9741483357383224a3e467c27) regex: support perf-literal - [`2c2a3ee`](https://github.com/rust-lang/regex/commit/2c2a3eee7a917d92b557dc58416eb990c2c2bea4) regex: support perf-cache - Additional commits viewable in [compare view](https://github.com/rust-lang/regex/compare/1.2.1...1.3.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) - 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.