zebra icon indicating copy to clipboard operation
zebra copied to clipboard

build(deps): bump insta from 1.17.1 to 1.18.2

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps insta from 1.17.1 to 1.18.2.

Changelog

Sourced from insta's changelog.

1.18.2

  • Avoid the use of #[allow(unused)] in the macro. (#271)

1.18.1

  • Fixed a regression in the JSON serialization format with newtypes and tuple variants. (#270)

1.18.0

  • Settings::bind now can return a result.
  • Expose the drop guard type of bind_to_scope.
  • The serde dependency is now optional. While still enabled by default users need to opt into yaml and json features explicitly to regain support for it. To avoid the default serde dependency the default features just need to be disabled. (#255)
  • Deprecated unused serialization features.
  • Deprecated unused backtrace feature.
  • Removed deprecated Settings::bind_to_thread.

Breaking Changes / Upgrading: If you are upgrading to serde 1.18.0 you will receive deprecating warnings if you are using the assert_yaml_snapshot! and assert_json_snapshot! macros. These macros will continue to function in the future but they will require explicit opting into the yaml and json features. To silence the warning add them to your insta dependency. Additionally the backtrace feature was deprecated. It is no longer needed so just remove it.

1.17.2

  • Remove an accidentaly debug print output.
Commits
  • 3f6e91b 1.18.2
  • d4ab2ab Avoid using allow(unused) to avoid issues with forbid
  • 1bbc123 1.18.1
  • 6ca24d4 Added changelog entry
  • 7e7ad86 Fixed JSON serialization regression
  • be679e6 1.18.0
  • d566424 Retain serialization feature with deprecation warning
  • 296c686 Kill a bunch of AsRef to fight code bloat
  • 864ff77 Mention running insta in opt-level 3
  • 946bf4f Restore original order of description/expression serialization
  • 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] avatar Aug 11 '22 15:08 dependabot[bot]