omerbenamram / evtx

A Fast (and safe) parser for the Windows XML Event Log (EVTX) format
Apache License 2.0
652 stars 62 forks source link

Update quick-xml requirement from 0.16.0 to 0.17.0 #57

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on quick-xml to permit the latest version.

Changelog *Sourced from [quick-xml's changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md).* > ## 0.17.0 > - perf: speed up (un)escape a little > - feat: remove failure completely (breaking change) and implement `std::error::Error` for `Error` > - feat: improve `Debug`s for `Attribute`, `BytesStart`, `BytesEnd`, `BytesText` > > ## 0.16.1 > - refactor: remove derive_more dependency (used only in 2 structs) > - refactor: move xml-rs bench dependency into another local crate > > ## 0.16.0 > - feat: (breaking change) set failure and encoding_rs crates as optional. > You should now use respectively `use-failure` and `encoding` features to get the old behavior > - perf: improve perf using memchr3 iterator. Reading is 18% better on benches > > ## 0.15.0 > - feat: remove Seek bound > - style: rustfmt > > ## 0.14.0 > - feat: make failure error crate optional. To revert back to old behavior, use the `--failure` feature. > > ## 0.13.3 > - feat: allow changing name without deallocating `BytesStart` buffer > - feat: add standard error type conversion > > ## 0.13.2 > - fix: allow whitespace in End events > - feat: bump dependencies > > ## 0.13.1 > - feat: Add into_underlying_reader method for `Reader` > > ## 0.13.0 > - feat: rename `resolve_namespace` into `attribute_namespace` > - feat: add a `event_namespace` fn > > ## 0.12.4 > - fix: Fix minor bug for parsing comment tag > > ## 0.12.3 > - feat: add `BytesStart::{owned_name, borrowed_name}` > > ## 0.12.2 > - refactor: bump dependencies > - test: fix travis > > ## 0.12.1 > - feat: enable `into_owned` for all events > > ## 0.12.0 > ... (truncated)
Commits - [`82209c8`](https://github.com/tafia/quick-xml/commit/82209c8cf522abbe5ceb29b32030d33e13720f38) bump v0.17.0 - [`1fd2420`](https://github.com/tafia/quick-xml/commit/1fd2420144105e613ef0bb213b3b5986f9d8bab9) Merge pull request [#171](https://github-redirect.dependabot.com/tafia/quick-xml/issues/171) from andy128k/nice-debug - [`0c0200f`](https://github.com/tafia/quick-xml/commit/0c0200f56dfb16cefee8e05fa0c9b869ceb40ab9) nice Debug output - [`8173a1e`](https://github.com/tafia/quick-xml/commit/8173a1ed17ae9153749be7b58f3b910ce5488517) add some warnings in comments when creating BytesStart - [`3d011ff`](https://github.com/tafia/quick-xml/commit/3d011ffbcbbc03404dd6078e1e1598e20aaf1bbb) Merge pull request [#170](https://github-redirect.dependabot.com/tafia/quick-xml/issues/170) from andy128k/std_error - [`310e85b`](https://github.com/tafia/quick-xml/commit/310e85be271221f8849c2b1d5051af1159fe9235) implement std::error::Error and remove failure dependency - [`4708741`](https://github.com/tafia/quick-xml/commit/47087414fe65ec9f14f7a38c52380afab0ed444f) Merge pull request [#169](https://github-redirect.dependabot.com/tafia/quick-xml/issues/169) from tafia/escape - [`2d73765`](https://github.com/tafia/quick-xml/commit/2d737658784350becf7d4f005b4f09ee87f5f47e) don't use intermediary escapes vec in escape fn - [`7d2e315`](https://github.com/tafia/quick-xml/commit/7d2e315796ee1d9f598562245b176b232bcf1567) Merge pull request [#168](https://github-redirect.dependabot.com/tafia/quick-xml/issues/168) from tafia/escape - [`f5c4724`](https://github.com/tafia/quick-xml/commit/f5c4724ea12df86ad41501219d8dc014e9d5cc91) don't use ByteOrChar for unescape - Additional commits viewable in [compare view](https://github.com/tafia/quick-xml/compare/v0.16.0...v0.17.0)


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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)