Skip to content

Bump the rust-dependencies group with 5 updates#4157

Merged
raskad merged 1 commit intomainfrom
dependabot/cargo/rust-dependencies-e80afbb3fd
Feb 10, 2025
Merged

Bump the rust-dependencies group with 5 updates#4157
raskad merged 1 commit intomainfrom
dependabot/cargo/rust-dependencies-e80afbb3fd

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps the rust-dependencies group with 5 updates:

Package From To
clap 4.5.27 4.5.28
once_cell 1.20.2 1.20.3
rustc-hash 2.1.0 2.1.1
toml 0.8.19 0.8.20
comfy-table 7.1.3 7.1.4

Updates clap from 4.5.27 to 4.5.28

Release notes

Sourced from clap's releases.

v4.5.28

[4.5.28] - 2025-02-03

Features

  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown
Changelog

Sourced from clap's changelog.

[4.5.28] - 2025-02-03

Features

  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown
Commits

Updates once_cell from 1.20.2 to 1.20.3

Changelog

Sourced from once_cell's changelog.

Changelog

Unreleased

  • Outline initialization in race: #273.
Commits
  • d119eea Merge pull request #273 from briansmith/b/cold
  • 1a885da Make initialization in OnceNonZeroUsize::get_or_try_init #[cold].
  • See full diff in compare view

Updates rustc-hash from 2.1.0 to 2.1.1

Changelog

Sourced from rustc-hash's changelog.

2.1.1

  • Change the internal algorithm to better accomodate large hashmaps. This mitigates a regression with 2.0 in rustc. See PR#55 for more details on the change (this PR was not merged). This problem might be improved with changes to hashbrown in the future.
Commits
  • dc5c33f Merge pull request #57 from Noratrieb/bump-2.1.1
  • 328556d Add changelog for 2.1.1
  • 2588fc1 Merge pull request #56 from lsunsi/increase-64bit-rotation-length
  • 177c566 fix: increase 64bit rotation length
  • See full diff in compare view

Updates toml from 0.8.19 to 0.8.20

Commits

Updates comfy-table from 7.1.3 to 7.1.4

Release notes

Sourced from comfy-table's releases.

v7.1.4

[7.1.4] - 2025-02-07

Fix

  • Handle UTF-8 graphemes when truncating cells. #167
  • Respect UTF-8 zero-width joiner and variation selection characters when splitting words. #168 by tisonkun

Change

  • Remove strum dependency. #169 by tisonkun
  • Introduce the unicode-segmentation library in the scope of #167 and #168.
  • The new changes for correct UTF-8 handling have a performance hit of up to ~67%. However, this will be most likely unnoticable for most people. The benchmark table with 10 columns and 500 rows slowed down from 15ms to 25ms. For "normal" tables, the performance hit is negligible.

Chore

  • Bump ansi-str
Changelog

Sourced from comfy-table's changelog.

[7.1.4] - 2025-02-07

Fix

  • Handle UTF-8 graphemes when truncating cells. #167
  • Respect UTF-8 zero-width joiner and variation selection characters when splitting words. #168 by tisonkun

Change

  • Remove strum dependency. #169 by tisonkun
  • Introduce the unicode-segmentation library in the scope of #167 and #168.
  • The new changes for correct UTF-8 handling have a performance hit of up to ~67%. However, this will most likely unnoticable for most people. The benchmark table with 10 columns and 500 rows slowed down from 15ms to 25ms. For "normal" tables, the performance hit is negligible.

Chore

  • Bump ansi-str
Commits
  • 28b0798 chore: Release comfy-table version 7.1.4
  • 6a32ee4 docs: Write Changelog
  • 715a6bd Merge pull request #171 from Nukesor/fix-truncation
  • fdc8f29 fix: Handle UTF-8 graphemes when truncating cells
  • f5a2ee4 Merge pull request #170 from tisonkun/fixup-split-long-word
  • 4cb5b86 Merge branch 'main' into fixup-split-long-word
  • e4a6059 chore: Bump deps
  • b7700ae add multi_character_cjk_word_splitting case
  • 910ebfc address comments
  • 3ffa4f8 chore: Use explicit 'dep' syntax for optional dependencies
  • 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 rust-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.27` | `4.5.28` |
| [once_cell](https://github.com/matklad/once_cell) | `1.20.2` | `1.20.3` |
| [rustc-hash](https://github.com/rust-lang/rustc-hash) | `2.1.0` | `2.1.1` |
| [toml](https://github.com/toml-rs/toml) | `0.8.19` | `0.8.20` |
| [comfy-table](https://github.com/nukesor/comfy-table) | `7.1.3` | `7.1.4` |


Updates `clap` from 4.5.27 to 4.5.28
- [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.27...clap_complete-v4.5.28)

Updates `once_cell` from 1.20.2 to 1.20.3
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.20.2...v1.20.3)

Updates `rustc-hash` from 2.1.0 to 2.1.1
- [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md)
- [Commits](rust-lang/rustc-hash@v2.1.0...v2.1.1)

Updates `toml` from 0.8.19 to 0.8.20
- [Commits](toml-rs/toml@toml-v0.8.19...toml-v0.8.20)

Updates `comfy-table` from 7.1.3 to 7.1.4
- [Release notes](https://github.com/nukesor/comfy-table/releases)
- [Changelog](https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md)
- [Commits](Nukesor/comfy-table@v7.1.3...v7.1.4)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: rustc-hash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: comfy-table
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added C-Dependencies Pull requests that update a dependency file rust labels Feb 10, 2025
@raskad raskad added this pull request to the merge queue Feb 10, 2025
Merged via the queue into main with commit 36c789f Feb 10, 2025
13 checks passed
@raskad raskad deleted the dependabot/cargo/rust-dependencies-e80afbb3fd branch February 10, 2025 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants