reubeno / brush

bash/POSIX-compatible shell implemented in Rust
MIT License
20 stars 4 forks source link

build(deps): bump the cargo group with 4 updates #203

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the cargo group with 4 updates: human-panic, pathdiff, procfs and clap_mangen.

Updates human-panic from 2.0.1 to 2.0.2

Changelog

Sourced from human-panic's changelog.

[2.0.2] - 2024-10-10

Fixes

  • Improve detection of what can be trimmed from backtrace
Commits


Updates pathdiff from 0.2.1 to 0.2.2

Commits


Updates procfs from 0.16.0 to 0.17.0

Release notes

Sourced from procfs's releases.

v0.17.0

What's Changed

New Contributors

Full Changelog: https://github.com/eminence/procfs/compare/v0.16.0...v0.17.0

Commits
  • e303757 Version 0.17.0
  • 6c959b6 Merge pull request #311 from yamaura/proc_devices
  • f2a51ef Merge pull request #315 from Hwatwasthat/master
  • dc70412 Update Devices struct doc comment to clarify block_devices can be empty
  • d66c910 Remove unnecessary #[allow(non_snake_case)]
  • eb26215 Add support for /dev/devices
  • 53dc3a7 Updated readme to show what the crypto example produces.
  • e0dec8b Implemented example for /dev/crypto parser
  • 784dd2c Merge pull request #314 from Hwatwasthat/master
  • 296791a Reworked pressure example to be more readable.
  • Additional commits viewable in compare view


Updates clap_mangen from 0.2.23 to 0.2.24

Commits
  • 61f5ee5 chore: Release
  • 3e65384 docs: Update changelog
  • fca8f73 Merge pull request #5706 from shannmu/external_subcommand
  • fc82a3e feat(complete): Support to complete custom external subcommand
  • 6a09122 test(complete): Add test for external subcommand
  • d2874a5 Merge pull request #5766 from epage/completer
  • a767a97 feat: Add CommandExt support
  • 32853d7 refactor(builder): Make Ext code similar for Arg, Command
  • e9ce1be refactor(builder): Rename AppTag to AppExt
  • f89afeb refactor(complete): Put most general completer first
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
github-actions[bot] commented 2 weeks ago

Test Results

  2 files    9 suites   59s :stopwatch: 453 tests 453 :white_check_mark: 0 :zzz: 0 :x: 897 runs  897 :white_check_mark: 0 :zzz: 0 :x:

Results for commit e0fc85b1.

github-actions[bot] commented 2 weeks ago

Performance Benchmark Report

Benchmark name Baseline (μs) Test/PR (μs) Delta (μs) Delta %
expand_one_string 3.34 μs 3.34 μs 0.01 μs ⚪ Unchanged
instantiate_shell 60.32 μs 59.85 μs -0.47 μs ⚪ Unchanged
instantiate_shell_with_init_scripts 29519.63 μs 29034.42 μs -485.21 μs ⚪ Unchanged
parse_bash_completion 2711.91 μs 2713.20 μs 1.29 μs ⚪ Unchanged
parse_sample_script 4.08 μs 3.99 μs -0.10 μs 🟢 -2.33%
run_echo_builtin_command 90.35 μs 90.10 μs -0.25 μs ⚪ Unchanged
run_one_builtin_command 108.88 μs 110.01 μs 1.13 μs ⚪ Unchanged
run_one_external_command 1927.78 μs 1944.25 μs 16.48 μs ⚪ Unchanged
run_one_external_command_directly 1004.52 μs 1006.52 μs 2.00 μs ⚪ Unchanged

Code Coverage Report: Only Changed Files listed

Package Base Coverage New Coverage Difference
brush-core/src/shell.rs 🟢 76.18% 🟢 76.63% 🟢 0.45%
brush-shell/src/main.rs 🟢 89.61% 🟢 90.26% 🟢 0.65%
Overall Coverage 🟢 72.24% 🟢 72.27% 🟢 0.03%

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