Skip to content

Bump the minor group across 1 directory with 9 updates #6412

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 21, 2025

Bumps the minor group with 9 updates in the /rust directory:

Package From To
clap 4.5.36 4.5.37
indexmap 2.8.0 2.9.0
zip 2.4.2 2.6.1
proc-macro2 1.0.94 1.0.95
itertools 0.13.0 0.14.0
tynm 0.1.10 0.2.0
winnow 0.6.24 0.7.4
tokio-tungstenite 0.24.0 0.26.2
data-encoding 2.8.0 2.9.0

Updates clap from 4.5.36 to 4.5.37

Release notes

Sourced from clap's releases.

v4.5.37

[4.5.37] - 2025-04-18

Features

  • Added ArgMatches::try_clear_id()
Changelog

Sourced from clap's changelog.

[4.5.37] - 2025-04-18

Features

  • Added ArgMatches::try_clear_id()
Commits

Updates indexmap from 2.8.0 to 2.9.0

Changelog

Sourced from indexmap's changelog.

2.9.0 (2025-04-04)

  • Added a get_disjoint_mut method to IndexMap, matching Rust 1.86's HashMap method.
  • Added a get_disjoint_indices_mut method to IndexMap and map::Slice, matching Rust 1.86's get_disjoint_mut method on slices.
  • Deprecated the borsh feature in favor of their own indexmap feature, solving a cyclic dependency that occured via borsh-derive.
Commits
  • 1818d41 Merge pull request #387 from cuviper/release-2.9.0
  • 9f49983 Release 2.9.0
  • 582a90f Merge pull request #386 from cuviper/de-borsh
  • 9011739 Deprecate the "borsh" feature
  • 0a836e8 Merge pull request #238 from NiklasJonsson/get_many_mut
  • 434d7ac Avoid let-else for MSRV's sake
  • 5be552d Implement additional suggestions from review
  • 4e1d8ce Address review feedback
  • 5aec9ec Implement get_disjoint_mut for arrays of keys
  • d10de30 Merge pull request #385 from iajoiner/docs/macros
  • Additional commits viewable in compare view

Updates zip from 2.4.2 to 2.6.1

Release notes

Sourced from zip's releases.

v2.6.1

🐛 Bug Fixes

  • avoid scanning through all local file headers while opening an archive (#281)

v2.6.0

🚀 Features

  • Add support for time::PrimitiveDateTime (#322)
  • Add jiff integration (#323)

🐛 Bug Fixes

  • improve error message for duplicated file (#277)

v2.5.0

🚀 Features

  • Add support for time::PrimitiveDateTime (#322)
  • Add jiff integration (#323)

🐛 Bug Fixes

  • improve error message for duplicated file (#277)
Changelog

Sourced from zip's changelog.

2.6.1 - 2025-04-03

🐛 Bug Fixes

  • avoid scanning through all local file headers while opening an archive (#281)

2.5.0 - 2025-03-23

🚀 Features

  • Add support for time::PrimitiveDateTime (#322)
  • Add jiff integration (#323)

🐛 Bug Fixes

  • improve error message for duplicated file (#277)
Commits
  • 1d42731 chore: release v2.6.1 (#334)
  • f4d71a4 fix: avoid scanning through all local file headers while opening an archive (...
  • 84e19f2 doc: Comment about where to update MSRV and where to find the policy
  • 081443d chore: Update crate version to trigger relelase-plz
  • e4e7010 doc: Update 6-month MSRV policy, since Rust now releases minor versions more ...
  • f24ffa9 fix handling decryption with msdos date of 0 (#327)
  • 81ac002 First pass (#331)
  • 77cde6a chore: release v2.5.0 (#325)
  • 7613e6b feat: Add support for time::PrimitiveDateTime (#322)
  • a7b80cf deps: remove thiserror and displaydoc dependencies (#324)
  • Additional commits viewable in compare view

Updates proc-macro2 from 1.0.94 to 1.0.95

Release notes

Sourced from proc-macro2's releases.

1.0.95

  • Update semver-exempt API under RUSTFLAGS=--cfg=procmacro2_semver_exempt to that of nightly-2025-04-16 (#497)
Commits
  • 24bbf16 Release 1.0.95
  • 835c5bd Merge pull request #497 from dtolnay/nosourcefile
  • 7bc363c Update semver-exempt API to nightly-2025-04-16
  • b867aa7 Merge pull request #496 from PaulGrandperrin/master
  • c605e8e Revert "Merge pull request #495 from dtolnay/fuzzlld"
  • 1993cd3 Merge pull request #495 from dtolnay/fuzzlld
  • cfdb567 Link to honggfuzz-rs issue
  • b09a5b0 Work around cargo-hfuzz nostart-stop-gc gold link failure
  • See full diff in compare view

Updates itertools from 0.13.0 to 0.14.0

Changelog

Sourced from itertools's changelog.

0.14.0

Breaking

  • Increased MSRV to 1.63.0 (#960)
  • Removed generic parameter from cons_tuples (#988)

Added

  • Added array_combinations (#991)
  • Added k_smallest_relaxed and variants (#925)
  • Added next_array and collect_array (#560)
  • Implemented DoubleEndedIterator for FilterOk (#948)
  • Implemented DoubleEndedIterator for FilterMapOk (#950)

Changed

  • Allow Q: ?Sized in Itertools::contains (#971)
  • Improved hygiene of chain! (#943)
  • Improved into_group_map_by documentation (#1000)
  • Improved tree_reduce documentation (#955)
  • Improved discoverability of merge_join_by (#966)
  • Improved discoverability of take_while_inclusive (#972)
  • Improved documentation of find_or_last and find_or_first (#984)
  • Prevented exponentially large type sizes in tuple_combinations (#945)
  • Added track_caller attr for asser_equal (#976)

Notable Internal Changes

  • Fixed clippy lints (#956, #987, #1008)
  • Addressed warnings within doctests (#964)
  • CI: Run most tests with miri (#961)
  • CI: Speed up "cargo-semver-checks" action (#938)
  • Changed an instance of default_features in Cargo.toml to default-features (#985)
Commits
  • a015a68 Add next_array and collect_array
  • a1213e1 Prepare v0.14.0 release
  • ff0c942 fix clippy lints
  • f80883b Fix into_group_map_by documentation errors
  • b793238 Add track_caller for asser_equal
  • 5d4056b default_features is deprecated - switch it to default-features
  • a447b68 doc for added trait
  • d0479b0 "nitpicks"
  • 35c78ce IndexMut -> BorrowMut<slice>
  • deb53ba refactored to share code
  • Additional commits viewable in compare view

Updates tynm from 0.1.10 to 0.2.0

Changelog

Sourced from tynm's changelog.

0.2.0 (2025-03-17)

  • Update crate rust edition to 2024. (#18)
  • Update nom to 8.0.0. (#18)

#18: azriel91/tynm#18

Commits
  • 1367cfd Merge pull request #18 from azriel91/maintenance/update-to-edition-2024
  • f83ec51 Update crate version to 0.2.0.
  • e73af60 Update github actions' versions.
  • 1e4cb66 Update rust edition to 2024.
  • 821b563 Update CHANGELOG.md.
  • f274c9c Update dependency versions.
  • 9a1e947 Merge pull request #17 from azriel91/maintenance/update-dependencies
  • ea7df6e Address clippy lints.
  • 7b14abc Run cargo fmt --all.
  • 879b51f Update rustfmt.toml.
  • Additional commits viewable in compare view

Updates winnow from 0.6.24 to 0.7.4

Changelog

Sourced from winnow's changelog.

[0.7.4] - 2025-03-12

Documentation

  • Clarify empty
  • Clarify dispatch!
  • (cookbook) Discuss lexing
  • (tutorial) Iterate on how we discuss errors

[0.7.3] - 2025-02-19

Features

  • Add ParseError::char_span

[0.7.2] - 2025-02-10

Fixes

  • Make Range Copyable

[0.7.1] - 2025-02-03

Fixes

  • Don't panic when calling .next(), .next(), .finish() on iterator

[0.7.0] - 2025-01-30

Migration Guide

  1. Upgrade to the latest 0.6 release
  2. Resolve all deprecations
  3. Replace impl Parser<_, _, _> with impl ModalParser<_, _, _>
  4. Upgrade to 0.7.0
  5. Resolve any compiler errors
  • For custom errors, remove switch from from_error_kind to from_input and remove other kind parameters
  • For seq!(<tuple>), you may need to add mut to shared parsers
  • For Stream::peek* calls, update for lack of Stream being returned
  • Where ModalParser couldn't be used, change Parser<I, O, E> to Parser<I, O, ErrMode<E>>
  1. Resolve all deprecations

If you do not use cut_err or Partial, you can further clean up the code and improve performance by removing the use of ErrMode

  • Replace ModalResult<O, E> with winnow::Result<O> (if using default error type) or just Result<O, E>
  • Replace impl ModalParser with impl Parser
  • Remove uses of ErrMode

Compatibility

  • escaped and take_escaped now assert, rather than stop, on empty normal output

... (truncated)

Commits
  • 2061c77 chore: Release
  • 03cce15 docs: Update changelog
  • 691746a Merge pull request #757 from montmorill/main
  • e725f92 docs(topic): remove useless braces
  • fcb0057 docs(topic): remove useless braces
  • 2720ab4 Merge pull request #756 from epage/docs
  • 2141cce docs(comb): Clarify dispatch
  • 1f855a3 docs(comb): Update 'empty' from when it was named 'value'
  • a6e7c9b Merge pull request #754 from epage/lex
  • ab9830d docs(topic): Split out a dedicated lexing section
  • Additional commits viewable in compare view

Updates tokio-tungstenite from 0.24.0 to 0.26.2

Changelog

Sourced from tokio-tungstenite's changelog.

0.26.2

0.26.1

  • Update tungstenite to address an issue that might cause UB in certain cases.

0.26.0

0.25.0

Commits

Updates data-encoding from 2.8.0 to 2.9.0

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 minor group with 9 updates in the /rust directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.36` | `4.5.37` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.8.0` | `2.9.0` |
| [zip](https://github.com/zip-rs/zip2) | `2.4.2` | `2.6.1` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.94` | `1.0.95` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.13.0` | `0.14.0` |
| [tynm](https://github.com/azriel91/tynm) | `0.1.10` | `0.2.0` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.6.24` | `0.7.4` |
| [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) | `0.24.0` | `0.26.2` |
| [data-encoding](https://github.com/ia0/data-encoding) | `2.8.0` | `2.9.0` |



Updates `clap` from 4.5.36 to 4.5.37
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.36...clap_complete-v4.5.37)

Updates `indexmap` from 2.8.0 to 2.9.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.8.0...2.9.0)

Updates `zip` from 2.4.2 to 2.6.1
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v2.4.2...v2.6.1)

Updates `proc-macro2` from 1.0.94 to 1.0.95
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.94...1.0.95)

Updates `itertools` from 0.13.0 to 0.14.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.13.0...v0.14.0)

Updates `tynm` from 0.1.10 to 0.2.0
- [Release notes](https://github.com/azriel91/tynm/releases)
- [Changelog](https://github.com/azriel91/tynm/blob/main/CHANGELOG.md)
- [Commits](azriel91/tynm@0.1.10...0.2.0)

Updates `winnow` from 0.6.24 to 0.7.4
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.24...v0.7.4)

Updates `tokio-tungstenite` from 0.24.0 to 0.26.2
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](snapview/tokio-tungstenite@v0.24.0...v0.26.2)

Updates `data-encoding` from 2.8.0 to 2.9.0
- [Commits](ia0/data-encoding@v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: indexmap
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: zip
  dependency-version: 2.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: proc-macro2
  dependency-version: 1.0.95
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: itertools
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: tynm
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: winnow
  dependency-version: 0.7.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: tokio-tungstenite
  dependency-version: 0.26.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: data-encoding
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 21, 2025

Reviewers

The following users could not be added as reviewers: irev-dev. Either the username does not exist or it does not have the correct permissions to be added as a reviewer.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 21, 2025
Copy link

vercel bot commented Apr 21, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
modeling-app ❌ Failed (Inspect) Apr 21, 2025 0:34am

Copy link

qa-wolf bot commented Apr 21, 2025

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

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.

0 participants