Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump the rust-dependencies group with 4 updates#4546

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/cargo/rust-dependencies-3322efbc1e

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubNov 24, 2025

Bumps the rust-dependencies group with 4 updates:clap,hashbrown,indexmap andsyn.

Updatesclap from 4.5.51 to 4.5.53

Release notes

Sourced fromclap's releases.

v4.5.53

[4.5.53] - 2025-11-19

Features

  • Adddefault_values_if,default_values_ifs

v4.5.52

[4.5.52] - 2025-11-17

Fixes

  • Don't panic whenargs_conflicts_with_subcommands conflicts with anArgGroup
Changelog

Sourced fromclap's changelog.

[4.5.53] - 2025-11-19

Features

  • Adddefault_values_if,default_values_ifs

[4.5.52] - 2025-11-17

Fixes

  • Don't panic whenargs_conflicts_with_subcommands conflicts with anArgGroup
Commits

Updateshashbrown from 0.16.0 to 0.16.1

Release notes

Sourced fromhashbrown's releases.

v0.16.1

Added

  • AddedHashTable methods related to the raw bucket index (#657)
  • AddedVacantEntryRef::insert_with_key (#579)

Changed

  • Removed specialization forCopy types (#662)
  • Theget_many_mut family of methods have been renamed toget_disjoint_mutto match the standard library. The old names are still present for now, butdeprecated. (#648)
  • Recognize and use over-sized allocations when using custom allocators. (#523)
  • Depend onserde_core instead ofserde. (#649)
  • Optimizedcollect on rayon parallel iterators. (#652)
Changelog

Sourced fromhashbrown's changelog.

0.16.1 - 2025-11-20

Added

  • AddedHashTable methods related to the raw bucket index (#657)
  • AddedVacantEntryRef::insert_with_key (#579)

Changed

  • Removed specialization forCopy types (#662)
  • Theget_many_mut family of methods have been renamed toget_disjoint_mutto match the standard library. The old names are still present for now, butdeprecated. (#648)
  • Recognize and use over-sized allocations when using custom allocators. (#523)
  • Depend onserde_core instead ofserde. (#649)
  • Optimizedcollect on rayon parallel iterators. (#652)
Commits
  • 1876e4f Add PR link forget_disjoint_mut rename
  • 2e363b6 Update CHANGELOG for version 0.16.1
  • 88d54a5 chore: release v0.16.1
  • 21be06c Merge pull request#657 from cuviper/table-bucket
  • af971f3 AddT to bucket iterators and inline their methods
  • 7ccb6d6 AddHashTable::iter_buckets anditer_hash_buckets
  • aeb7996 AddHashTable::get_bucket_entry_unchecked
  • e885a4eget_bucket_entry -> Result\<OccupiedEntry, AbsentEntry>
  • dabfbef Addget_bucket_unchecked andget_bucket_unchecked_mut
  • 42d9377 MakeHashTable entries useTag instead of a full hash
  • Additional commits viewable incompare view

Updatesindexmap from 2.12.0 to 2.12.1

Changelog

Sourced fromindexmap's changelog.

2.12.1 (2025-11-20)

  • Simplified a lot of internals usinghashbrown's new bucket API.
Commits

Updatessyn from 2.0.110 to 2.0.111

Release notes

Sourced fromsyn's releases.

2.0.111

  • Allow first argument ofbraced!,bracketed!,parenthesized! to be an otherwise unused variable (#1946)
Commits
  • 4e50867 Release 2.0.111
  • c57334b Merge pull request#1946 from dtolnay/unusedgroup
  • 6a43384 Suppress unused variable warning on variables used in group macro
  • 7ff6c86 Update actions/checkout@v5 -> v6
  • 59ce6bb Update test suite to nightly-2025-11-20
  • 3d91b8c Update test suite to nightly-2025-11-11
  • 2d87fca Delete version requirement from readme
  • See full diff incompare 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 rust-dependencies group with 4 updates: [clap](https://github.com/clap-rs/clap), [hashbrown](https://github.com/rust-lang/hashbrown), [indexmap](https://github.com/indexmap-rs/indexmap) and [syn](https://github.com/dtolnay/syn).Updates `clap` from 4.5.51 to 4.5.53- [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.51...clap_complete-v4.5.53)Updates `hashbrown` from 0.16.0 to 0.16.1- [Release notes](https://github.com/rust-lang/hashbrown/releases)- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)- [Commits](rust-lang/hashbrown@v0.16.0...v0.16.1)Updates `indexmap` from 2.12.0 to 2.12.1- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)- [Commits](indexmap-rs/indexmap@2.12.0...2.12.1)Updates `syn` from 2.0.110 to 2.0.111- [Release notes](https://github.com/dtolnay/syn/releases)- [Commits](dtolnay/syn@2.0.110...2.0.111)---updated-dependencies:- dependency-name: clap  dependency-version: 4.5.53  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: rust-dependencies- dependency-name: hashbrown  dependency-version: 0.16.1  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: rust-dependencies- dependency-name: indexmap  dependency-version: 2.12.1  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: rust-dependencies- dependency-name: syn  dependency-version: 2.0.111  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: rust-dependencies...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file rustPull requests that update Rust code labelsNov 24, 2025
@github-actions
Copy link

Test262 conformance changes

Test resultmain countPR countdifference
Total50,74750,7470
Passed47,87747,8770
Ignored2,0602,0600
Failed8108100
Panics000
Conformance94.34%94.34%0.00%

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filerustPull requests that update Rust code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp