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

chore(deps): bump the patch-updates group with 8 updates #6863

Merged
merged 2 commits into from
Jan 6, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps the patch-updates group with 8 updates:

Package From To
petgraph 0.6.5 0.7.0
syn 2.0.93 2.0.95
async-trait 0.1.83 0.1.84
cc 1.2.6 1.2.7
hashbrown 0.15.2 0.14.5
prettyplease 0.2.25 0.2.27
v8 130.0.2 130.0.5
winnow 0.6.20 0.6.22

Updates petgraph from 0.6.5 to 0.7.0

Changelog

Sourced from petgraph's changelog.

Version 0.7.0 (2024-12-31)

  • Re-released version 0.6.6 with the correct version number, as it included a major update to an exposed crate ([#664](https://github.com/petgraph/petgraph/issues/664)_).

Version 0.6.6 (2024-12-31 - yanked)

  • Add graph6 format encoder and decoder ([#658](https://github.com/petgraph/petgraph/issues/658)_)
  • Dynamic Topological Sort algorithm support ([#675](https://github.com/petgraph/petgraph/issues/675)_)
  • Add UndirectedAdaptor ([#695](https://github.com/petgraph/petgraph/issues/695)_)
  • Add LowerHex and UpperHex implementations for Dot ([#687](https://github.com/petgraph/petgraph/issues/687)_)
  • Make serde support more complete ([#550](https://github.com/petgraph/petgraph/issues/550)_)
  • Process multiple edges in the Floyd-Warshall implementation ([#685](https://github.com/petgraph/petgraph/issues/685)_)
  • Update fixedbitset to 0.5.7 ([#664](https://github.com/petgraph/petgraph/issues/664)_)
  • Fix immediately_dominated_by function called on root of graph returns root itself ([#670](https://github.com/petgraph/petgraph/issues/670)_)
  • Fix adjacency matrix for Csr and List ([#648](https://github.com/petgraph/petgraph/issues/648)_)
  • Fix clippy warnings ([#701](https://github.com/petgraph/petgraph/issues/701)_)
  • Add performance note to the all_simple_paths function documentation ([#693](https://github.com/petgraph/petgraph/issues/693)_)

.. _[#658](https://github.com/petgraph/petgraph/issues/658): petgraph/petgraph#658 .. _[#675](https://github.com/petgraph/petgraph/issues/675): petgraph/petgraph#675 .. _[#695](https://github.com/petgraph/petgraph/issues/695): petgraph/petgraph#695 .. _[#687](https://github.com/petgraph/petgraph/issues/687): petgraph/petgraph#687 .. _[#550](https://github.com/petgraph/petgraph/issues/550): petgraph/petgraph#550 .. _[#685](https://github.com/petgraph/petgraph/issues/685): petgraph/petgraph#685 .. _[#664](https://github.com/petgraph/petgraph/issues/664): petgraph/petgraph#664 .. _[#670](https://github.com/petgraph/petgraph/issues/670): petgraph/petgraph#670 .. _[#648](https://github.com/petgraph/petgraph/issues/648): petgraph/petgraph#648 .. _[#701](https://github.com/petgraph/petgraph/issues/701): petgraph/petgraph#701 .. _[#693](https://github.com/petgraph/petgraph/issues/693): petgraph/petgraph#693

Commits
  • d057429 Release 0.7.0 (#713)
  • 13ebd7d Release 0.6.6 (#706)
  • 159341e Implement DSatur graph coloring algorithm
  • 7fa3aac fix: adjacency matrix for csr and adjacency list (#648)
  • 9fda6bb Update gitignore with possible editor extensions to ensure they do not occur ...
  • 9b5837e Allow clippy::needless_range_loop in benches
  • ad9f83c Process warnings in 'test' target
  • 4f0ddc7 Satisfy Clippy in docs lints
  • 9c5c450 Satisfy Clippy in everything except docs
  • e6401e7 Elide the lifetimes
  • Additional commits viewable in compare view

Updates syn from 2.0.93 to 2.0.95

Release notes

Sourced from syn's releases.

2.0.95

  • Fix parenthesization of struct literals in let-chains (#1832)

2.0.94

Commits
  • c7b7638 Release 2.0.95
  • a809689 Merge pull request #1832 from dtolnay/cond
  • 3f8bac6 Rewrite condition printing to parenthesize leafs instead of whole cond
  • 52699de Print syntax trees in test_fixup failure
  • 5c935d2 Reuse print_subexpression outside of expr.rs
  • 505ab00 Fix trailing comma not inserted by rustfmt
  • 417ff92 Release 2.0.94
  • b2fa210 Add test of deeply nested prefix ranges
  • bd02f07 Test larger expr depth
  • 8b162d4 Merge pull request #1830 from dtolnay/scan
  • Additional commits viewable in compare view

Updates async-trait from 0.1.83 to 0.1.84

Release notes

Sourced from async-trait's releases.

0.1.84

  • Support impl Trait in return type (#282)
Commits
  • 4c8406d Release 0.1.84
  • 1cab7e4 Merge pull request #282 from dtolnay/impltrait
  • 3af8236 Require Rust 1.75+ for RPITIT (return position impl trait in trait)
  • 85b572c Support impl Trait in return type
  • aff365f Add regression test for issue 281
  • 7d8519d Update ui test suite to nightly-2024-12-09
  • 00f9367 Raise minimum compiler for tests to rust 1.70
  • 9fc6835 Prevent upload-artifact step from causing CI failure
  • 03468c2 Update ui test suite to nightly-2024-10-31
  • c8f5733 Update ui test suite to nightly-2024-10-30
  • Additional commits viewable in compare view

Updates cc from 1.2.6 to 1.2.7

Release notes

Sourced from cc's releases.

cc-v1.2.7

Other

  • Regenerate target info (#1342)
  • Document new supported architecture names in windows::find
  • Make is_flag_supported_inner take an &Tool (#1337)
  • Fix is_flag_supported on msvc (#1336)
  • Allow using Visual Studio target names in find_tool (#1335)
Changelog

Sourced from cc's changelog.

1.2.7 - 2025-01-03

Other

  • Regenerate target info (#1342)
  • Document new supported architecture names in windows::find
  • Make is_flag_supported_inner take an &Tool (#1337)
  • Fix is_flag_supported on msvc (#1336)
  • Allow using Visual Studio target names in find_tool (#1335)
Commits

Updates hashbrown from 0.15.2 to 0.14.5

Changelog

Sourced from hashbrown's changelog.

[v0.15.2] - 2024-11-14

Added

  • Marked const fn constructors as rustc_const_stable_indirect when built as part of the standard library. (#586)

[v0.15.1] - 2024-11-03

This release removes the borsh feature introduced in 0.15.0 because it was found to be incorrectly implemented. Users should use the hashbrown feature of the borsh crate instead which provides the same trait implementations.

[v0.15.0] - 2024-10-01

This release was yanked due to a broken implementation of the borsh feature.

This update contains breaking changes that remove the raw API with the hope of centralising on the HashTable API in the future. You can follow the discussion and progress in #545 to discuss features you think should be added to this API that were previously only possible on the raw API.

Added

  • Added borsh feature with BorshSerialize and BorshDeserialize impls. (#525)
  • Added Assign impls for HashSet operators. (#529)
  • Added Default impls for iterator types. (#542)
  • Added HashTable::iter_hash{,_mut} methods. (#549)
  • Added Hash{Table,Map,Set}::allocation_size methods. (#553)
  • Implemented Debug and FusedIterator for all HashTable iterators. (#561)
  • Specialized Iterator::fold for all HashTable iterators. (#561)

Changed

  • Changed hash_set::VacantEntry::insert to return OccupiedEntry. (#495)
  • Improvedhash_set::Difference::size_hint lower-bound. (#530)
  • Improved HashSet::is_disjoint performance. (#531)
  • equivalent feature is now enabled by default. (#532)
  • HashSet operators now return a set with the same allocator. (#529)
  • Changed the default hasher to foldhash. (#563)
  • ahash feature has been renamed to default-hasher. (#533)
  • Entry API has been reworked and several methods have been renamed. (#535)
  • Hash{Map,Set}::insert_unique_unchecked is now unsafe. (#556)
  • The signature of get_many_mut and related methods was changed. (#562)

Fixed

  • Fixed typos, stray backticks in docs. (#558, #560)

Removed

... (truncated)

Commits

Updates prettyplease from 0.2.25 to 0.2.27

Release notes

Sourced from prettyplease's releases.

0.2.27

  • Avoid trailing '.' on non-macro float literals (#89)

0.2.26

  • Synthesize parentheses for precedence (#88)
Commits
  • 882f0ed Release 0.2.27
  • 0ddbeab Merge pull request #89 from dtolnay/floatdot
  • 988425d Avoid trailing '.' on non-macro float literals
  • 5478bcf Release 0.2.26
  • 1dd1aae Merge pull request #88 from dtolnay/precedence
  • 5b476df Wire up fixups for precedence
  • 3dd7a23 Fix imported syn code compilation
  • 3ea1499 Copy precedence implementation from syn 2.0.95
  • b359ab0 Look into Group expressions for statement termination
  • 6623df0 Properly space and indent const arguments in blocks
  • Additional commits viewable in compare view

Updates v8 from 130.0.2 to 130.0.5

Commits

Updates winnow from 0.6.20 to 0.6.22

Changelog

Sourced from winnow's changelog.

[0.6.22] - 2025-01-03

Fixes

  • Respect is_partial in take_till

[0.6.21] - 2024-12-31

Performance

  • More inlining

Documentation

  • Clarify roles of peek and Parser::parse_peek
  • Provide more context for people coming from nom
Commits

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 patch-updates group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [petgraph](https://github.com/petgraph/petgraph) | `0.6.5` | `0.7.0` |
| [syn](https://github.com/dtolnay/syn) | `2.0.93` | `2.0.95` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.83` | `0.1.84` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.6` | `1.2.7` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.15.2` | `0.14.5` |
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.25` | `0.2.27` |
| [v8](https://github.com/denoland/rusty_v8) | `130.0.2` | `130.0.5` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.6.20` | `0.6.22` |


Updates `petgraph` from 0.6.5 to 0.7.0
- [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst)
- [Commits](https://github.com/petgraph/petgraph/compare/petgraph@v0.6.5...petgraph@v0.7.0)

Updates `syn` from 2.0.93 to 2.0.95
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.93...2.0.95)

Updates `async-trait` from 0.1.83 to 0.1.84
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.83...0.1.84)

Updates `cc` from 1.2.6 to 1.2.7
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.6...cc-v1.2.7)

Updates `hashbrown` from 0.15.2 to 0.14.5
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/hashbrown/commits/v0.14.5)

Updates `prettyplease` from 0.2.25 to 0.2.27
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.25...0.2.27)

Updates `v8` from 130.0.2 to 130.0.5
- [Release notes](https://github.com/denoland/rusty_v8/releases)
- [Commits](denoland/rusty_v8@v130.0.2...v130.0.5)

Updates `winnow` from 0.6.20 to 0.6.22
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.20...v0.6.22)

---
updated-dependencies:
- dependency-name: petgraph
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: async-trait
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: hashbrown
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: prettyplease
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: v8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 6, 2025 03:09
@dependabot dependabot bot requested a review from a team January 6, 2025 03:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 6, 2025
@cwfitzgerald
Copy link
Member

Holding on updating to 0.7 until petgraph/petgraph#714 is on crates.io

@cwfitzgerald cwfitzgerald merged commit 2876012 into trunk Jan 6, 2025
27 checks passed
@cwfitzgerald cwfitzgerald deleted the dependabot/cargo/patch-updates-bd9ec6300b branch January 6, 2025 21:38
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