Skip to content

chore(deps-rs): bump the minor group with 2 updates #2130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2025

Bumps the minor group with 2 updates: insta and inkwell.

Updates insta from 1.42.2 to 1.43.0

Changelog

Sourced from insta's changelog.

1.43.0

  • Add uppercase keyboard shortcuts for bulk operations in cargo insta review: A to accept all, R to reject all, and S to skip all remaining snapshots. #745
  • --unreferenced=auto (or other relevant values) no longer cleans up pending snapshots. A bug where cargo insta test --unreferenced=auto would incorrectly pass on new pending snapshots has been fixed.
  • Support specifying cargo-nextest bin with INSTA_CARGO_NEXTEST_BIN. #721 (Louis Fruleux)
  • Allow setting INSTA_WORKSPACE_ROOT at compile time. This is useful for reproducible binaries so they don't contain references to CARGO_MANIFEST_DIR. #726 (Pascal Bach)
  • Qualify all references in macros to avoid name clashes. #729 (Austin Schey)
  • Remove linked-hash-map and pin-project dependencies. #742, #741, #738
  • cargo insta review fails with a helpful error message when run in a non-TTY environment.
Commits
  • 34196da bump version to 1.43.0 (#763)
  • fd8ec9f fix --unreferenced=auto clearing new pending snapshots (#762)
  • f781958 Rename process_snapshots function to review_snapshots for clarity (#761)
  • 93b12c6 Add pre-commit hook for Rust code formatting (#760)
  • e91a7ac fix unreferenced not being read from config file (#759)
  • 7aa23e0 small simplification of macros (#758)
  • 2c30a7f Run with --force-update-snapshots (#749)
  • 25cedbc Add support for named snapshots with redactions and debug expr (#756)
  • d18390d upgrade github actions checkout (#753)
  • 9c2c885 use fixed tag for typos (#755)
  • Additional commits viewable in compare view

Updates inkwell from 0.5.0 to 0.6.0

Release notes

Sourced from inkwell's releases.

0.6.0

What's Changed

New Contributors

Full Changelog: TheDan64/inkwell@0.5.0...0.6.0

Commits
  • b8d81bf Update versions
  • f74e195 Report user's call location in case of panic in into_*_value functions (#...
  • 68c1d6b Remove support for LLVM4-7 (#587)
  • 129aa8d Re-export Either crate. Closes #580
  • e1a5c2f Fix is_conditional (#583)
  • 9f64611 fix: proper string constant handling (#577)
  • b38c771 Implement feature for disabling opaque pointers on LLVM 15 and 16 (#570)
  • caabaa5 workflows: run rustfmt check, fix typos check (#575)
  • b6bf69a CallSiteValue::get_called_fn_value: return None on indirect calls (#572)
  • b63b104 FunctionType::get_param_types: support metadata type (#573)
  • Additional commits viewable in compare view

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor group with 2 updates: [insta](https://github.com/mitsuhiko/insta) and [inkwell](https://github.com/TheDan64/inkwell).


Updates `insta` from 1.42.2 to 1.43.0
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.42.2...1.43.0)

Updates `inkwell` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/TheDan64/inkwell/releases)
- [Commits](TheDan64/inkwell@0.5.0...0.6.0)

---
updated-dependencies:
- dependency-name: insta
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: inkwell
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 29, 2025 00:22
@dependabot dependabot bot requested a review from croyzor April 29, 2025 00:22
@hugrbot
Copy link
Collaborator

hugrbot commented Apr 29, 2025

This PR contains breaking changes to the public Rust API.
Please deprecate the old API instead (if possible), or mark the PR with a ! to indicate a breaking change.

cargo-semver-checks summary

Copy link

codecov bot commented Apr 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.09%. Comparing base (c8090ca) to head (444232d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2130   +/-   ##
=======================================
  Coverage   83.09%   83.09%           
=======================================
  Files         219      219           
  Lines       41918    41918           
  Branches    37993    37993           
=======================================
  Hits        34830    34830           
  Misses       5278     5278           
  Partials     1810     1810           
Flag Coverage Δ
python 85.70% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant