Skip to content
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

fix(deps): update all other dependencies #284

Merged
merged 2 commits into from May 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.82 -> 1.0.86
insta (source) dev-dependencies minor 1.38.0 -> 1.39.0
petgraph dependencies patch 0.6.4 -> 0.6.5
pulldown-cmark dependencies minor 0.10.2 -> 0.11.0

Release Notes

dtolnay/anyhow (anyhow)

v1.0.86

Compare Source

  • Fix parse error in ensure! with non-literal after minus sign (#​373)

v1.0.85

Compare Source

  • Improve ensure! macro's rules to unblock some rustc pretty-printer improvements (#​368, #​371)

v1.0.84

Compare Source

  • Disallow calling ensure! through a Not impl for a type that is not bool (#​367)

v1.0.83

Compare Source

  • Integrate compile-time checking of cfgs (#​363)
mitsuhiko/insta (insta)

v1.39.0

Compare Source

  • Fixed a bug in require_full_match. #​485

  • Fixed a bug that caused snapshot and module names to sometimes be inaccurate. #​483

  • Insta will no longer error when removing snapshots that were already removed. #​484

  • Added support for trailing commas in inline snapshots. #​472

  • Don't pass --color in all cases to libtest any more to work around limitations
    with custom test harnesses. #​491

petgraph/petgraph (petgraph)

v0.6.5

Compare Source

==========================

  • Add rayon support for GraphMap (#573, #615)
  • Add Topo::with_initials method (#585_)
  • Add logo to the project (#598_)
  • Add Ford-Fulkerson algorithm (#640_)
  • Update itertools to 0.12.1 (#628_)
  • Update GraphMap to allow custom hash functions (#623_)
  • Fix documentation (#630_)
  • Fix clippy warnings (#627_)
  • (internal) Fix remove old copyclone macro (#601_)
  • (internal) Move minimum spanning tree into own module (#624_)

.. _#573: https://github.com/petgraph/petgraph/pull/573
.. _#615: https://github.com/petgraph/petgraph/pull/615
.. _#585: https://github.com/petgraph/petgraph/pull/585
.. _#598: https://github.com/petgraph/petgraph/pull/598
.. _#640: https://github.com/petgraph/petgraph/pull/640
.. _#628: https://github.com/petgraph/petgraph/pull/628
.. _#623: https://github.com/petgraph/petgraph/pull/623
.. _#630: https://github.com/petgraph/petgraph/pull/630
.. _#627: https://github.com/petgraph/petgraph/pull/627
.. _#601: https://github.com/petgraph/petgraph/pull/601
.. _#624: https://github.com/petgraph/petgraph/pull/624

raphlinus/pulldown-cmark (pulldown-cmark)

v0.11.0: 0.11.0

Compare Source

Finally, the so long awaited math mode is here! Enable the option to use it.

This release also includes other improvements and bugfixes, please see the changelog below for more details. Thanks to all contributors that has made possible this release!

Breaking changes

New features

  • Math mode

Bugfixes

New Contributors

Full Changelog: pulldown-cmark/pulldown-cmark@v0.10.3...v0.11.0

v0.10.3

Compare Source

The main change of this release is the simd feature was not being used in the escape functions since the version 0.10 due to a mistake during the separation of the crate pulldown-cmark-escape.

The crate pulldown-cmark-escape has been updated to the version 0.10.1.

What's Changed

Full Changelog: pulldown-cmark/pulldown-cmark@v0.10.2...v0.10.3


Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/other-dependencies branch from 2c19e5b to e9e15dd Compare May 1, 2024 14:06
@renovate renovate bot changed the title Update Rust crate pulldown-cmark to 0.10.3 Update all other dependencies May 1, 2024
@renovate renovate bot changed the title Update all other dependencies Update Rust crate pulldown-cmark to v0.10.3 May 5, 2024
@renovate renovate bot force-pushed the renovate/other-dependencies branch from e9e15dd to 90bd8ea Compare May 6, 2024 19:16
@renovate renovate bot changed the title Update Rust crate pulldown-cmark to v0.10.3 Update all other dependencies May 6, 2024
@renovate renovate bot force-pushed the renovate/other-dependencies branch from 90bd8ea to d6d2fe0 Compare May 8, 2024 11:46
@renovate renovate bot force-pushed the renovate/other-dependencies branch 2 times, most recently from a8b0ef0 to 4c32f77 Compare May 16, 2024 16:10
@renovate renovate bot changed the title Update all other dependencies fix(deps): update all other dependencies May 16, 2024
@renovate renovate bot force-pushed the renovate/other-dependencies branch 2 times, most recently from 4db82cd to 80b67e1 Compare May 18, 2024 14:44
@renovate renovate bot force-pushed the renovate/other-dependencies branch from 80b67e1 to 2dfcd20 Compare May 20, 2024 10:47
Copy link
Contributor Author

renovate bot commented May 20, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@regexident regexident merged commit dbb5d98 into main May 21, 2024
8 checks passed
@regexident regexident deleted the renovate/other-dependencies branch May 21, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant