Skip to content

Bump the cargo-deps group across 1 directory with 6 updates#97

Merged
syyyr merged 2 commits into
mainfrom
dependabot/cargo/cargo-deps-6456e7fdd4
Mar 11, 2026
Merged

Bump the cargo-deps group across 1 directory with 6 updates#97
syyyr merged 2 commits into
mainfrom
dependabot/cargo/cargo-deps-6456e7fdd4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the cargo-deps group with 6 updates in the / directory:

Package From To
tokio 1.49.0 1.50.0
shvproto 6.1.0 6.1.4
shvrpc 14.0.0 14.0.3
shvclient 3.0.0 3.0.3
duration-str 0.20.0 0.21.0
tempfile 3.26.0 3.27.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.3

Commits
  • b455d9c Merge pull request #97 from silicon-heaven/dependabot/github_actions/github-a...
  • 0c94dc7 [dependabot-skip] Bump version
  • 92ae023 build(deps): bump silicon-heaven/rust-pycobertura-action
  • 0211433 Merge pull request #98 from silicon-heaven/dependabot/cargo/cargo-minor-patch...
  • ae54c8a [dependabot-skip] Bump version
  • 159e452 build(deps): update duration-str requirement
  • 8ea37fd Merge pull request #96 from silicon-heaven/trusted-publishing
  • eddd01f CI: Use trusted publishing
  • See full diff in compare view

Updates shvclient from 3.0.0 to 3.0.3

Commits
  • b9a9c2b Merge pull request #102 from silicon-heaven/dependabot/cargo/cargo-minor-patc...
  • acabf08 [dependabot-skip] Bump version
  • a9e0065 Update duration-str requirement in the cargo-minor-patch group
  • 517c4b4 Merge pull request #101 from silicon-heaven/dependabot/github_actions/github-...
  • 231058e [dependabot-skip] Bump version
  • f1deaea Bump silicon-heaven/rust-pycobertura-action
  • a5ca444 Merge pull request #100 from silicon-heaven/fix-ci-branch
  • d0ba735 Fix CI
  • b762ad0 Merge pull request #99 from silicon-heaven/trusted-publishingw
  • 5f49572 CI: Use trusted publishing
  • See full diff in compare view

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

Updates tempfile from 3.26.0 to 3.27.0

Changelog

Sourced from tempfile's changelog.

3.27.0

This release adds TempPath::try_from_path and deprecates TempPath::from_path.

Prior to this release, TempPath::from_path made no attempts to convert relative paths into absolute paths. The following code would have deleted the wrong file:

let tmp_path = TempPath::from_path("foo")
std::env::set_current_dir("/some/other/path").unwrap();
drop(tmp_path);

Now:

  1. TempPath::from_path will attempt to convert relative paths into absolute paths. However, this isn't always possible as we need to call std::env::current_dir, which can fail. If we fail to convert the relative path to an absolute path, we simply keep the relative path.
  2. The TempPath::try_from_path behaves exactly like TempPath::from_path, except that it returns an error if we fail to convert a relative path into an absolute path (or if the passed path is empty).

Neither function attempt to verify the existence of the file in question.

Thanks to @​meng-xu-cs for reporting this issue.

Commits
  • 5c8fa12 chore: release 3.27.0
  • e34e574 test: disable uds conflict test on redox
  • 772c795 test: add CWD guards
  • 2632fb9 fix: resolve relative paths when constructing TempPath
  • 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 6 updates in the / directory:

| 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.3` |
| [shvclient](https://github.com/silicon-heaven/libshvclient-rs) | `3.0.0` | `3.0.3` |
| [duration-str](https://github.com/baoyachi/duration-str) | `0.20.0` | `0.21.0` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.26.0` | `3.27.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.3
- [Commits](silicon-heaven/libshvrpc-rs@14.0.0...14.0.3)

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

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)

Updates `tempfile` from 3.26.0 to 3.27.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.26.0...v3.27.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.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: shvclient
  dependency-version: 3.0.3
  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
- dependency-name: tempfile
  dependency-version: 3.27.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 11, 2026
@github-actions github-actions Bot requested review from fvacek, j4r0u53k and syyyr March 11, 2026 10:33
@syyyr syyyr enabled auto-merge March 11, 2026 10:34
This commit was created from the local commit with hash e9bb8ba73e53ac8a55be65eca0ce87f22a8c0c5c.
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 11, 2026

Code coverage report for 975233d

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/hp.rs 55 55 0.00% 58-127
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/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/getlog.rs 676 91 86.54% 34-133, 246, 256-262, 307, 311-315
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/cleanup.rs 54 26 51.85% 53-96
src/alarmlog.rs 64 64 0.00% 29-103
src/lib.rs 100 30 70.00% 71-92, 119, 123, 127, 159, 167, 178-182, 198-206
src/tree.rs 421 421 0.00% 75-702
src/pushlog.rs 107 107 0.00% 21-164
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/dirtylog.rs 423 22 94.80% 73, 96-100, 107-108, 123, 132-134, 148-152, 189-193, 201-202, 233
TOTAL 3710 1337 63.96%

HTML reports

@syyyr syyyr merged commit cee8ad5 into main Mar 11, 2026
4 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/cargo-deps-6456e7fdd4 branch March 11, 2026 10:37
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