Skip to content

build(deps): bump the cargo group across 1 directory with 5 updates#609

Merged
reubeno merged 2 commits into
mainfrom
dependabot/cargo/cargo-15e8a45609
Jul 20, 2025
Merged

build(deps): bump the cargo group across 1 directory with 5 updates#609
reubeno merged 2 commits into
mainfrom
dependabot/cargo/cargo-15e8a45609

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2025

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 5 updates in the / directory:

Package From To
human-panic 2.0.2 2.0.3
tokio 1.46.0 1.46.1
test-with 0.15.2 0.15.3
fancy-regex 0.14.0 0.15.0
clap_mangen 0.2.27 0.2.28

Updates human-panic from 2.0.2 to 2.0.3

Changelog

Sourced from human-panic's changelog.

[2.0.3] - 2025-07-08

Internal

  • Update toml
Commits

Updates tokio from 1.46.0 to 1.46.1

Release notes

Sourced from tokio's releases.

Tokio v1.46.1

1.46.1 (July 4th, 2025)

This release fixes incorrect spawn locations in runtime task hooks for tasks spawned using tokio::spawn rather than Runtime::spawn. This issue only effected the spawn location in TaskMeta::spawned_at, and did not effect task locations in Tracing events.

Unstable

  • runtime: add TaskMeta::spawn_location tracking where a task was spawned (#7440)

#7440: tokio-rs/tokio#7440

Commits

Updates test-with from 0.15.2 to 0.15.3

Commits

Updates fancy-regex from 0.14.0 to 0.15.0

Release notes

Sourced from fancy-regex's releases.

0.15.0

Added

  • Support \Z - anchor to the end of the text before any trailing newlines. (#148)
  • Support \O - any character including newlines. (#158)
  • The parser can now parse subroutine calls and relative backreferences (but execution is still unsupported). This is preparation for future work. Some new error variants have been added for features which can be parsed but are still otherwise unsupported.
  • Backreferences can now be case insensitive. (#160)
  • RegexBuilder: Add options for multi_line, ignore_whitespace, dot_matches_new_line (#165)

Fixed

  • Fix infinite loop when backtracking limit is hit (#153)
  • Fix RegexBuilder.case_insensitive not always applying when it should. (#163)
  • The toy example has had various bugfixes, and unit tests added. (#152, #159)
Changelog

Sourced from fancy-regex's changelog.

[0.15.0] - 2025-07-06

Added

  • Support \Z - anchor to the end of the text before any trailing newlines. (#148)
  • Support \O - any character including newlines. (#158)
  • The parser can now parse subroutine calls and relative backreferences (but execution is still unsupported). This is preparation for future work. Some new error variants have been added for features which can be parsed but are still otherwise unsupported.
  • Backreferences can now be case insensitive. (#160)
  • RegexBuilder: Add options for multi_line, ignore_whitespace, dot_matches_new_line (#165)

Fixed

  • Fix infinite loop when backtracking limit is hit (#153)
  • Fix RegexBuilder.case_insensitive not always applying when it should. (#163)
  • The toy example has had various bugfixes, and unit tests added. (#152, #159)
Commits
  • 39bee77 Version 0.15.0
  • 6f93e23 Merge pull request #166 from fancy-regex/prepare_release
  • 0ac0f62 Update CHANGELOG.md
  • c50b72b Set multi_line flag when testing against Oniguruma test cases
  • 57bf780 Small improvement to \Z
  • 7bc46b0 Prepare changelog for next release
  • 66a3f90 RegexBuilder: Add options for multi_line, ignore_whitespace, dot_matches_new_...
  • aa03976 Merge pull request #161 from forkeith/relative_recursion_parse_improvements
  • 30567d8 Merge pull request #160 from forkeith/casei_backrefs
  • a53e33f Merge pull request #157 from fancy-regex/relative_recursion_level_backref
  • Additional commits viewable in compare view

Updates clap_mangen from 0.2.27 to 0.2.28

Commits
  • 4c03930 chore: Release
  • fb948a2 docs: Update changelog
  • 0f60239 Merge pull request #6057 from GilShoshan94/master
  • 83d4206 test: Update fixture to cover all cases + styling
  • b13274d fix: Rename pvs to dvs for default values
  • df92ea0 feat(help): Allow styling for inline context
  • 0e535e5 chore(deps): Update compatible (dev) (#6054)
  • de57287 chore(deps): Update Rust Stable to v1.88 (#6048)
  • 5504a13 Merge pull request #6047 from clap-rs/revert-6045-cleanup-docsrs
  • c1c243c Revert "Cleanup docs.rs related issues"
  • 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 14, 2025
@github-actions

github-actions Bot commented Jul 14, 2025

Copy link
Copy Markdown

Test Results

    3 files     17 suites   4m 22s ⏱️
  858 tests   858 ✅ 0 💤 0 ❌
2 554 runs  2 554 ✅ 0 💤 0 ❌

Results for commit 96b7b4d.

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Jul 14, 2025

Copy link
Copy Markdown

Performance Benchmark Report

Benchmark name Baseline (μs) Test/PR (μs) Delta (μs) Delta %
clone_shell_object 17.73 μs 17.08 μs -0.65 μs 🟢 -3.67%
eval_arithmetic 0.15 μs 0.15 μs 0.00 μs ⚪ Unchanged
expand_one_string 1.81 μs 1.80 μs -0.01 μs ⚪ Unchanged
for_loop 21.64 μs 22.07 μs 0.43 μs ⚪ Unchanged
function_call 2.36 μs 2.35 μs -0.02 μs ⚪ Unchanged
instantiate_shell 54.09 μs 54.39 μs 0.30 μs ⚪ Unchanged
instantiate_shell_with_init_scripts 22212.71 μs 22465.78 μs 253.07 μs 🟠 +1.14%
parse_bash_completion 1739.09 μs 1725.82 μs -13.27 μs ⚪ Unchanged
parse_sample_script 1.87 μs 1.86 μs -0.01 μs ⚪ Unchanged
run_echo_builtin_command 15.15 μs 15.51 μs 0.37 μs ⚪ Unchanged
run_one_external_command 2062.51 μs 2113.44 μs 50.93 μs 🟠 +2.47%
tokenize_sample_script 2.90 μs 2.84 μs -0.05 μs 🟢 -1.83%

Code Coverage Report: Only Changed Files listed

Package Base Coverage New Coverage Difference
brush-core/src/options.rs 🟢 90.63% 🟢 89.58% 🔴 -1.05%
Overall Coverage 🟢 71.15% 🟢 71.14% 🔴 -0.01%

Minimum allowed coverage is 70%, this run produced 71.14%

Test Summary: bash-completion test suite

Outcome Count Percentage
✅ Pass 1305 61.88
❗️ Error 226 10.72
❌ Fail 191 9.06
⏩ Skip 372 17.64
❎ Expected Fail 14 0.66
✔️ Unexpected Pass 1 0.05
📊 Total 2109 100.00

@reubeno

reubeno commented Jul 19, 2025

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/cargo/cargo-15e8a45609 branch from 2d36ba3 to 4644dfd Compare July 19, 2025 17:28
dependabot Bot and others added 2 commits July 19, 2025 13:52
Bumps the cargo group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [human-panic](https://github.com/rust-cli/human-panic) | `2.0.2` | `2.0.3` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.46.0` | `1.46.1` |
| [test-with](https://github.com/yanganto/test-with) | `0.15.2` | `0.15.3` |
| [fancy-regex](https://github.com/fancy-regex/fancy-regex) | `0.14.0` | `0.15.0` |
| [clap_mangen](https://github.com/clap-rs/clap) | `0.2.27` | `0.2.28` |



Updates `human-panic` from 2.0.2 to 2.0.3
- [Changelog](https://github.com/rust-cli/human-panic/blob/master/CHANGELOG.md)
- [Commits](rust-cli/human-panic@v2.0.2...v2.0.3)

Updates `tokio` from 1.46.0 to 1.46.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.46.0...tokio-1.46.1)

Updates `test-with` from 0.15.2 to 0.15.3
- [Commits](yanganto/test-with@v0.15.2...v0.15.3)

Updates `fancy-regex` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/fancy-regex/fancy-regex/releases)
- [Changelog](https://github.com/fancy-regex/fancy-regex/blob/main/CHANGELOG.md)
- [Commits](fancy-regex/fancy-regex@0.14.0...0.15.0)

Updates `clap_mangen` from 0.2.27 to 0.2.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_mangen-v0.2.27...clap_mangen-v0.2.28)

---
updated-dependencies:
- dependency-name: human-panic
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tokio
  dependency-version: 1.46.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: test-with
  dependency-version: 0.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: fancy-regex
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: clap_mangen
  dependency-version: 0.2.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@reubeno reubeno force-pushed the dependabot/cargo/cargo-15e8a45609 branch from 4644dfd to 96b7b4d Compare July 19, 2025 20:52
@reubeno reubeno merged commit 800ffa1 into main Jul 20, 2025
37 checks passed
@reubeno reubeno deleted the dependabot/cargo/cargo-15e8a45609 branch July 20, 2025 16:36
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