mp4096 / indentex

An indentation-based superset of LaTeX
MIT License
9 stars 2 forks source link

Bump nom from 3.2.1 to 4.2.3 #48

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps nom from 3.2.1 to 4.2.3.

Changelog *Sourced from [nom's changelog](https://github.com/Geal/nom/blob/master/CHANGELOG.md).* > ## 4.2.3 - 2019-03-23 > > ### Fixed > > - add missing `build.rs` file to the package > - fix code comparison links in changelog > > ## 4.2.2 - 2019-03-04 > > ### Fixed > > - regression in do_parse macro import for edition 2018 > > ## 4.2.1 - 2019-02-27 > > ### Fixed > > - macro expansion error in `do_parse` due to `compile_error` macro usage > > ## 4.2.0 - 2019-01-29 > > ### Thanks > > - [@​JoshMcguigan](https://github.com/JoshMcguigan) for unit test fixes > - [@​oza](https://github.com/oza) for documentation fixes > - [@​wackywendell](https://github.com/wackywendell) for better error conversion > - [@​Zebradil](https://github.com/Zebradil) for documentation fixes > - [@​tsraom](https://github.com/tsraom) for new combinators > - [@​hcpl](https://github.com/hcpl) for minimum Rust version tests > - [@​KellerFuchs](https://github.com/KellerFuchs) for removing some unsafe uses in float parsing > > ### Changed > > - macro import in edition 2018 code should work without importing internal macros now > - the regex parsers do not require the calling code to have imported the regex crate anymore > - error conversions are more ergonomic > - method combinators are now deprecated. They might be moved to a separate crate > - nom now specifies Rust 1.24.1 as minimum version. This was already the case before, now it is made explicit > > ### Added > > - `many0_count` abd `many1_count` to count applications of a parser instead of > accumulating its results in a `Vec` > > ### Fixed > > - overflow in the byte wrapper for bit level parsers > - `f64` parsing does not use `transmute` anymore > > ## 4.1.1 - 2018-10-14 > ... (truncated)
Commits - [`8d195e7`](https://github.com/Geal/nom/commit/8d195e77285c67d5b5acededa3e9a743a3385db4) update changelog and bump version to 4.2.3 - [`0761cca`](https://github.com/Geal/nom/commit/0761cca7f290d0a6d4b46b6ff4938b4241e1131a) Merge pull request [#779](https://github-redirect.dependabot.com/Geal/nom/issues/779) from khernyo/issue-768-bitvec-parser - [`ed91507`](https://github.com/Geal/nom/commit/ed915073c824ef412ab1c31cfc85b491f62c98bb) Merge branch 'master' into issue-768-bitvec-parser - [`c543bc1`](https://github.com/Geal/nom/commit/c543bc1c6a42afcc2a702a19f9bda3c848a24dcc) update changelog and bump version to 4.2.2 - [`e826f28`](https://github.com/Geal/nom/commit/e826f28999a1cb30a6a1dcab6f6cdcd4c071ed1e) fix again edition 2018 macro import in do_parse - [`b645b10`](https://github.com/Geal/nom/commit/b645b109573249f23fb6aedcdae15524f47ad7c9) update changelog and bump version to 4.2.1 - [`e17fe77`](https://github.com/Geal/nom/commit/e17fe771abcb47b257f4c52bde2bae378b45a471) activate LTO and jemallocator for benchmarks - [`027fe80`](https://github.com/Geal/nom/commit/027fe80a05de3ed97a7c09c5a0bc0adfd23e105c) move to criterion for benchmarking - [`80eb111`](https://github.com/Geal/nom/commit/80eb111ec9e0c8b9fe44b02fe13dd6d4130e1905) fix previous commit - [`34df620`](https://github.com/Geal/nom/commit/34df62047df9a4997fd82ffcfc169d3bc4e79d18) fix macro import in do_parse - Additional commits viewable in [compare view](https://github.com/Geal/nom/compare/3.2.1...4.2.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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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.

Dependabot has been acquired by GitHub  🎉

dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.