Skip to content

Bump the cargo-deps group with 5 updates#95

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/cargo/cargo-deps-b441163f79
Closed

Bump the cargo-deps group with 5 updates#95
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/cargo/cargo-deps-b441163f79

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the cargo-deps group with 5 updates:

Package From To
tokio 1.49.0 1.50.0
shvproto 6.1.0 6.1.4
shvrpc 14.0.0 14.0.1
shvclient 3.0.0 3.0.1
duration-str 0.20.0 0.21.0

Updates tokio from 1.49.0 to 1.50.0

Release notes

Sourced from tokio's releases.

Tokio v1.50.0

1.50.0 (Mar 3rd, 2026)

Added

  • net: add TcpStream::set_zero_linger (#7837)
  • rt: add is_rt_shutdown_err (#7771)

Changed

  • io: add optimizer hint that memchr returns in-bounds pointer (#7792)
  • io: implement vectored writes for write_buf (#7871)
  • runtime: panic when event_interval is set to 0 (#7838)
  • runtime: shorten default thread name to fit in Linux limit (#7880)
  • signal: remember the result of SetConsoleCtrlHandler (#7833)
  • signal: specialize windows Registry (#7885)

Fixed

  • io: always cleanup AsyncFd registration list on deregister (#7773)
  • macros: remove (most) local use declarations in tokio::select! (#7929)
  • net: fix GET_BUF_SIZE constant for target_os = "android" (#7889)
  • runtime: avoid redundant unpark in current_thread scheduler (#7834)
  • runtime: don't park in current_thread if before_park defers waker (#7835)
  • io: fix write readiness on ESP32 on short writes (#7872)
  • runtime: wake deferred tasks before entering block_in_place (#7879)
  • sync: drop rx waker when oneshot receiver is dropped (#7886)
  • runtime: fix double increment of num_idle_threads on shutdown (#7910, #7918, #7922)

Unstable

  • fs: check for io-uring opcode support (#7815)
  • runtime: avoid lock acquisition after uring init (#7850)

Documented

  • docs: update outdated unstable features section (#7839)
  • io: clarify the behavior of AsyncWriteExt::shutdown() (#7908)
  • io: explain how to flush stdout/stderr (#7904)
  • io: fix incorrect and confusing AsyncWrite documentation (#7875)
  • rt: clarify the documentation of Runtime::spawn (#7803)
  • rt: fix missing quotation in docs (#7925)
  • runtime: correct the default thread name in docs (#7896)
  • runtime: fix event_interval doc (#7932)
  • sync: clarify RwLock fairness documentation (#7919)
  • sync: clarify that recv returns None once closed and no more messages (#7920)
  • task: clarify when to use spawn_blocking vs dedicated threads (#7923)
  • task: doc that task drops before JoinHandle completion (#7825)
  • signal: guarantee that listeners never return None (#7869)
  • task: fix task module feature flags in docs (#7891)

... (truncated)

Commits

Updates shvproto from 6.1.0 to 6.1.4

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
  • 5e381f2 Merge pull request #105 from silicon-heaven/update-ci-coverage
  • 3c0f38a Update rust-pycobertura-action
  • 5d018f8 Merge pull request #108 from silicon-heaven/ci-fix-permissions
  • 6841dfb CI: Fix permissions for publish
  • 8ee724a Merge pull request #107 from silicon-heaven/trusted-publishing
  • 6cf47f4 Switch to trusted publishing
  • fcf2ab5 Merge pull request #106 from silicon-heaven/fix-find-path
  • 7ffefc8 Fix find_path, add --find-path to cp2cp
  • 2eca270 Merge pull request #104 from silicon-heaven/dependabot/github_actions/github-...
  • dde2d2a [dependabot-skip] Bump version
  • Additional commits viewable in compare view

Updates shvrpc from 14.0.0 to 14.0.1

Commits

Updates shvclient from 3.0.0 to 3.0.1

Commits

Updates duration-str from 0.20.0 to 0.21.0

Release notes

Sourced from duration-str's releases.

v0.21.0

What's Changed

New Contributors

Full Changelog: baoyachi/duration-str@v0.20.0...v0.21.0

Commits
  • 601942a Bump version from 0.20.0 to 0.21.0
  • a3a2ad1 Merge pull request #92 from sbuzzard/fix/duration_option_with_struct_flatten
  • 7ee539f Address cut-and-paste error with comments
  • 839cf4e Add vist_unit for struct flatten to work with null property for option deser
  • See full diff 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

Bumps the cargo-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.49.0` | `1.50.0` |
| [shvproto](https://github.com/silicon-heaven/libshvproto-rs) | `6.1.0` | `6.1.4` |
| [shvrpc](https://github.com/silicon-heaven/libshvrpc-rs) | `14.0.0` | `14.0.1` |
| [shvclient](https://github.com/silicon-heaven/libshvclient-rs) | `3.0.0` | `3.0.1` |
| [duration-str](https://github.com/baoyachi/duration-str) | `0.20.0` | `0.21.0` |


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

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

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

Updates `shvclient` from 3.0.0 to 3.0.1
- [Commits](silicon-heaven/libshvclient-rs@3.0.0...3.0.1)

Updates `duration-str` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/baoyachi/duration-str/releases)
- [Commits](baoyachi/duration-str@v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: shvproto
  dependency-version: 6.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: shvrpc
  dependency-version: 14.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: shvclient
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: duration-str
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file minor rust Pull requests that update rust code labels Mar 9, 2026
@github-actions github-actions Bot requested review from fvacek, j4r0u53k and syyyr March 9, 2026 06:14
This commit was created from the local commit with hash 35d78e85f0b0cea7d620975cd6c9a5b3b3c54b5a.
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 9, 2026

Code coverage report for d296c56

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/alarmlog.rs 64 64 0.00% 29-103
src/dirtylog.rs 423 22 94.80% 73, 96-100, 107-108, 123, 132-134, 148-152, 189-193, 201-202, 233
src/sync.rs 661 256 61.27% 61-62, 72, 80, 88, 97, 148, 150-151, 170, 175, 191, 234-240, 315-332, 339-341, 352-361, 436, 484-706, 768, 795, 802-825, 835, 840, 877-896, 900, 904-914, 923
src/sites.rs 621 126 79.71% 165-197, 209-210, 230-262, 293-303, 376, 414-415, 423-424, 429-436, 506-512, 533, 559, 566-584, 607-609, 613, 617, 630-633, 639-641, 645, 660-671, 679, 685
src/pushlog.rs 107 107 0.00% 21-164
src/tree.rs 421 421 0.00% 75-702
src/cleanup.rs 54 26 51.85% 53-96
src/getlog.rs 676 91 86.54% 34-133, 246, 256-262, 307, 311-315
src/lib.rs 100 30 70.00% 71-92, 119, 123, 127, 159, 167, 178-182, 198-206
src/alarm.rs 236 86 63.56% 28-38, 44-46, 49-50, 56-124, 140-142, 149-151, 156, 162, 166-174, 183, 224, 254
src/util.rs 292 53 81.85% 32, 59-60, 63-66, 68, 93, 133-179, 193, 210, 232, 237-245, 249, 260, 267, 274, 301, 315, 453-458
src/bin/hp.rs 55 55 0.00% 58-127
TOTAL 3710 1337 63.96%

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/historyprovider-rs download -n historyprovider-rs-cov-html-d296c569408376f8d63793f428cae5ac4c184b50 && ls -1 | xargs -n1 xdg-open)

You can download the HTML reports manually here.

@syyyr
Copy link
Copy Markdown
Collaborator

syyyr commented Mar 11, 2026

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 11, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 11, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/cargo-deps-b441163f79 branch March 11, 2026 10:33
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 minor rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant