Skip to content

build(deps): bump the cargo group with 3 updates#487

Merged
reubeno merged 2 commits into
mainfrom
dependabot/cargo/cargo-eefee397c2
May 12, 2025
Merged

build(deps): bump the cargo group with 3 updates#487
reubeno merged 2 commits into
mainfrom
dependabot/cargo/cargo-eefee397c2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2025

Bumps the cargo group with 3 updates: tokio, getrandom and command-fds.

Updates tokio from 1.44.2 to 1.45.0

Release notes

Sourced from tokio's releases.

Tokio v1.45.0

Added

  • metrics: stabilize worker_total_busy_duration, worker_park_count, and worker_unpark_count (#6899, #7276)
  • process: add Command::spawn_with (#7249)

Changed

  • io: do not require Unpin for some trait impls (#7204)
  • rt: mark runtime::Handle as unwind safe (#7230)
  • time: revert internal sharding implementation (#7226)

Unstable

  • rt: remove alt multi-threaded runtime (#7275)

#6899: tokio-rs/tokio#6899 #7276: tokio-rs/tokio#7276 #7249: tokio-rs/tokio#7249 #7204: tokio-rs/tokio#7204 #7230: tokio-rs/tokio#7230 #7226: tokio-rs/tokio#7226 #7275: tokio-rs/tokio#7275

Commits
  • 00754c8 chore: prepare Tokio v1.45.0 (#7308)
  • 1ae9434 time: revert "use sharding for timer implementation" related changes (#7226)
  • 8895bba ci: Test AArch64 Windows (#7288)
  • 48ca254 time: update sleep documentation to reflect maximum allowed duration (#7302)
  • a0af02a compat: add more documentation to tokio_util::compat (#7279)
  • 0ce3a11 metrics: stabilize worker_park_count and worker_unpark_count (#7276)
  • 1ea9ce1 ci: fix cfg!(miri) declarations in tests (#7286)
  • 4d4d126 chore: prepare tokio-util v0.7.15 (#7283)
  • 5490267 fs: update the mockall dev dependency to 0.13.0 (#7234)
  • 1434b32 examples: improve echo example consistency (#7256)
  • Additional commits viewable in compare view

Updates getrandom from 0.3.2 to 0.3.3

Changelog

Sourced from getrandom's changelog.

[0.3.3] - 2025-05-09

Changed

  • Doc improvements #632 #634 #635
  • Add crate version to docs.rs links used in compile_error!s #639

Fixed

  • Error handling in WASI p1 #661

#632: rust-random/getrandom#632 #634: rust-random/getrandom#634 #635: rust-random/getrandom#635 #639: rust-random/getrandom#639 #661: rust-random/getrandom#661

Commits

Updates command-fds from 0.3.0 to 0.3.1

Commits

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

Bumps the cargo group with 3 updates: [tokio](https://github.com/tokio-rs/tokio), [getrandom](https://github.com/rust-random/getrandom) and [command-fds](https://github.com/google/command-fds).


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

Updates `getrandom` from 0.3.2 to 0.3.3
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.3.2...v0.3.3)

Updates `command-fds` from 0.3.0 to 0.3.1
- [Commits](https://github.com/google/command-fds/commits)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: getrandom
  dependency-version: 0.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: command-fds
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 12, 2025
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 12, 2025

Test Results

    3 files     14 suites   4m 2s ⏱️
  738 tests   738 ✅ 0 💤 0 ❌
2 200 runs  2 200 ✅ 0 💤 0 ❌

Results for commit 293388b.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 12, 2025

Performance Benchmark Report

Benchmark name Baseline (μs) Test/PR (μs) Delta (μs) Delta %
clone_shell_object 17.81 μs 18.08 μs 0.27 μs 🟠 +1.51%
eval_arithmetic 0.17 μs 0.17 μs -0.00 μs ⚪ Unchanged
expand_one_string 1.84 μs 1.83 μs -0.01 μs ⚪ Unchanged
for_loop 23.01 μs 22.69 μs -0.32 μs 🟢 -1.38%
function_call 2.66 μs 2.55 μs -0.11 μs ⚪ Unchanged
instantiate_shell 57.41 μs 57.70 μs 0.29 μs ⚪ Unchanged
instantiate_shell_with_init_scripts 24226.42 μs 24420.44 μs 194.02 μs ⚪ Unchanged
parse_bash_completion 1657.38 μs 1696.08 μs 38.70 μs 🟠 +2.34%
parse_sample_script 1.71 μs 1.81 μs 0.10 μs 🟠 +5.73%
run_echo_builtin_command 15.21 μs 15.48 μs 0.27 μs ⚪ Unchanged
run_one_external_command 3269.18 μs 2382.55 μs -886.62 μs 🟢 -27.12%
tokenize_sample_script 2.95 μs 2.89 μs -0.06 μs 🟢 -1.96%

Code Coverage Report: Only Changed Files listed

Package Base Coverage New Coverage Difference
brush-core/src/jobs.rs 🔴 43.1% 🔴 37.07% 🔴 -6.03%
Overall Coverage 🟢 76.8% 🟢 76.72% 🔴 -0.08%

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

Test Summary: bash-completion test suite

Outcome Count Percentage
✅ Pass 1304 61.83
❗️ Error 225 10.67
❌ Fail 199 9.44
⏩ Skip 366 17.35
❎ Expected Fail 14 0.66
✔️ Unexpected Pass 1 0.05
📊 Total 2109 100.00

@reubeno reubeno force-pushed the dependabot/cargo/cargo-eefee397c2 branch from bb9f738 to ac69d4c Compare May 12, 2025 05:47
@reubeno reubeno force-pushed the dependabot/cargo/cargo-eefee397c2 branch from ac69d4c to 293388b Compare May 12, 2025 05:55
@reubeno reubeno merged commit df9c55c into main May 12, 2025
24 checks passed
@reubeno reubeno deleted the dependabot/cargo/cargo-eefee397c2 branch May 12, 2025 06:19
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