tversteeg / emplace

šŸ‘©ā€ā¤ļøā€šŸ’‹ā€šŸ‘© Synchronize installed packages on multiple machines
GNU Affero General Public License v3.0
257 stars 23 forks source link

Bump ron from 0.7.1 to 0.8.0 #333

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps ron from 0.7.1 to 0.8.0.

Release notes

Sourced from ron's releases.

v0.8.0

Changelog

  • Bump dependencies: bitflags to 1.3, indexmap to 1.9 (#399)
  • Add integer128 feature that guards i128 and u128 (#304, #351)
  • Fix issue #265 with better missing comma error (#353)
  • Fix issue #301 with better error messages (#354)
  • Fix issue #337 by removing decimal_floats PrettyConfig option and unconditional decimals in floats (#363)
  • Fix issue #203 with full de error positioning (#356)
  • Expand the ron::Error enum to distinguish serde errors like NoSuchEnumVariant and MissingStructField with error positioning (#394)
  • Bump MSRV to 1.56.0 (#396)

Full changelog

https://github.com/ron-rs/ron/compare/v0.7.1...v0.8.0

Changelog

Sourced from ron's changelog.

[0.8.0] - 2022-08-17

  • Bump dependencies: bitflags to 1.3, indexmap to 1.9 (#399)
  • Add integer128 feature that guards i128 and u128 (#304, #351)
  • Fix issue #265 with better missing comma error (#353)
  • Fix issue #301 with better error messages (#354)
  • Fix issue #337 by removing decimal_floats PrettyConfig option and unconditional decimals in floats (#363)
  • Fix issue #203 with full de error positioning (#356)
  • Expand the ron::Error enum to distinguish serde errors like NoSuchEnumVariant and MissingStructField with error positioning (#394)
  • Bump MSRV to 1.56.0 (#396)
Commits
  • 4089034 Merge pull request #399 from torkleyy/cleanup
  • 7a59210 Add #399 to changelog
  • 9d40590 Cleanup before 0.8 release
  • 053bdf8 Merge pull request #398 from MomoLangenstein/v0.8
  • 3722636 Prepare v0.8.0 release
  • 172bdd6 Merge pull request #394 from MomoLangenstein/393-better-serde-errors
  • 021eb4c Added CHANGELOG entry
  • 9890bc7 Removed duplicate of serde::de::Unexpected from ron error API
  • 61d8164 Add tests for non-externally tagged enums
  • 9407e2e Annotate serde struct+enum errors with struct/enum/variant names
  • 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 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[bot] commented 2 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. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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