Skip to content

Bump the cargo-deps group with 3 updates#36

Merged
syyyr merged 2 commits into
masterfrom
dependabot/cargo/cargo-deps-006d6b2278
Feb 10, 2026
Merged

Bump the cargo-deps group with 3 updates#36
syyyr merged 2 commits into
masterfrom
dependabot/cargo/cargo-deps-006d6b2278

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 9, 2026

Bumps the cargo-deps group with 3 updates: shvproto, shvrpc and clap.

Updates shvproto from 3.6.28 to 5.0.1

Release notes

Sourced from shvproto's releases.

Nightly

The latest and greatest.

This is a nightly release. If you find any bugs, please report them to the repository's issue tracker.

Commits

Updates shvrpc from 9.0.0 to 10.0.0

Commits
  • b008a00 Merge pull request #84 from silicon-heaven/metamethod-flags-as-bitflags
  • d743ea5 metamethod: Replace raw method flags with bitflags-base Flags type
  • d922d9a Merge pull request #83 from silicon-heaven/dependabot/cargo/cargo-deps-1bc36d...
  • c332184 Fix deprecation
  • 056d7b7 [dependabot-skip] Bump version
  • f5770e4 Update duration-str requirement in the cargo-deps group
  • See full diff in compare view

Updates clap from 4.5.56 to 4.5.57

Release notes

Sourced from clap's releases.

v4.5.57

[4.5.57] - 2026-02-03

Fixes

  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)
Changelog

Sourced from clap's changelog.

[4.5.57] - 2026-02-03

Fixes

  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)
Commits
  • 69c0ddb chore: Release
  • 8206bba docs: Update changelog
  • c109d67 Merge pull request #6104 from epage/hide
  • 9d7f212 fix(complete): Hide dot files on dynamic completer
  • 77b3fdb test(complete): Show dot file behavior
  • f89b9b8 test(derive): Make stable across upgrade
  • 58eb8a9 chore: Release
  • 10a2a75 docs: Update changelog
  • a42eebf Merge pull request #6103 from epage/mut_subcommands
  • 5335f54 feat: Add Command::mut_subcommands
  • 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 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 Feb 9, 2026
@github-actions github-actions Bot requested review from fvacek, j4r0u53k and syyyr February 9, 2026 06:32
@syyyr
Copy link
Copy Markdown
Contributor

syyyr commented Feb 9, 2026

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/cargo/cargo-deps-006d6b2278 branch from 4dc7025 to e77eb23 Compare February 9, 2026 09:33
@syyyr
Copy link
Copy Markdown
Contributor

syyyr commented Feb 10, 2026

https://github.com/dependabot recreate

Bumps the cargo-deps group with 3 updates: [shvproto](https://github.com/silicon-heaven/libshvproto-rs), [shvrpc](https://github.com/silicon-heaven/libshvrpc-rs) and [clap](https://github.com/clap-rs/clap).


Updates `shvproto` from 3.6.28 to 5.0.1
- [Release notes](https://github.com/silicon-heaven/libshvproto-rs/releases)
- [Commits](silicon-heaven/libshvproto-rs@3.6.28...5.0.1)

Updates `shvrpc` from 9.0.0 to 10.0.0
- [Commits](silicon-heaven/libshvrpc-rs@9.0.0...10.0.0)

Updates `clap` from 4.5.56 to 4.5.57
- [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.56...clap_complete-v4.5.57)

---
updated-dependencies:
- dependency-name: shvproto
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-deps
- dependency-name: shvrpc
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-deps
- dependency-name: clap
  dependency-version: 4.5.57
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/cargo-deps-006d6b2278 branch from a557ffd to 7cbb87e Compare February 10, 2026 09:34
This commit was created from the local commit with hash e994a788f70cd77f4214b0b151f03fd8c14ff834.
@github-actions
Copy link
Copy Markdown

Code coverage report for f002ac5

Coverage difference

✅ All new changes were covered.

Filename Stmts Miss Cover Missing
TOTAL 0 0 +100.00%

Overall coverage

Click to expand
Filename Stmts Miss Cover Missing
src/bin/shvcall.rs 24 24 0.00% 9-38
src/lib.rs 548 548 0.00% 105-867
src/serial.rs 22 22 0.00% 10-39
TOTAL 594 594 0.00%

HTML reports

You can use GitHub CLI to download HTML coverage reports and open them automatically using this command:

(cd "$(mktemp -d)" && gh run -R silicon-heaven/shvcall-rs download -n shvcall-cov-html-f002ac585198802a99b5bd8d29b02195c7965740 && ls -1 | xargs -n1 xdg-open)

You can download the HTML reports manually here.

@syyyr syyyr merged commit 870963f into master Feb 10, 2026
9 checks passed
@syyyr syyyr deleted the dependabot/cargo/cargo-deps-006d6b2278 branch February 10, 2026 12:57
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