martinohmann / hcl-rs

HCL parsing and encoding libraries for rust with serde support
Apache License 2.0
121 stars 14 forks source link

chore(deps): bump winnow from 0.5.4 to 0.5.15 #290

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps winnow from 0.5.4 to 0.5.15.

Changelog

Sourced from winnow's changelog.

[0.5.15] - 2023-08-24

Performance

  • Improve build times with debug when closures are used

[0.5.14] - 2023-08-17

Performance

  • Speed up take_until when simd is enabled

[0.5.13] - 2023-08-17

Performance

  • ErrMode inlining for improving gitoxide

[0.5.12] - 2023-08-16

Performance

  • Try inlining more wrapper functions

[0.5.11] - 2023-08-15

Features

  • Impl Clone for ContextError

[0.5.10] - 2023-08-11

Features

  • Impl Display for StrContext

[0.5.9] - 2023-08-11

Fixes

  • Improve rendering of ErrorKind in other errors

[0.5.8] - 2023-08-11

Features

  • Add TreeError::into_owned
  • impl Error for TreeError
  • Add back in VerboseError to help with migrations

... (truncated)

Commits
  • fa9fd56 chore: Release
  • e1003b6 docs: Update changelog
  • c53ab92 Merge pull request #323 from epage/trace
  • 821399f perf(debug): Speed up compilation with debug
  • 76d61a4 Merge pull request #321 from epage/rustdoc
  • acefcd7 docs: Hide dispatch within the root
  • 791cbae bench(parser): Verify token-walking performance
  • 43a4277 chore: Update from '_rust/main' template
  • a6ecf92 chore(renovate): Update config
  • efe14d6 chore(renovate): Make style consistent
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)