Skip to content

Rollup of 6 PRs#154

Merged
JayanAXHF merged 15 commits into
mainfrom
rollup_2
Jun 28, 2026
Merged

Rollup of 6 PRs#154
JayanAXHF merged 15 commits into
mainfrom
rollup_2

Conversation

JayanAXHF and others added 15 commits April 29, 2026 17:00
Bumps [termprofile](https://github.com/aschey/termprofile) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/aschey/termprofile/releases)
- [Changelog](https://github.com/aschey/termprofile/blob/main/CHANGELOG.md)
- [Commits](aschey/termprofile@v0.2.2...v0.2.3)

---
updated-dependencies:
- dependency-name: termprofile
  dependency-version: 0.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [nixpkgs](https://github.com/nixos/nixpkgs) from `46db2e0` to `1c3fe55`.
- [Commits](NixOS/nixpkgs@46db2e0...1c3fe55)

---
updated-dependencies:
- dependency-name: nixpkgs
  dependency-version: 1c3fe55ad329cbcb28471bb30f05c9827f724c76
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [vergen-gix](https://github.com/rustyhorde/vergen) from 10.0.0-beta.6 to 10.0.0-beta.8.
- [Release notes](https://github.com/rustyhorde/vergen/releases)
- [Commits](rustyhorde/vergen@10.0.0-beta.6...10.0.0-beta.8)

---
updated-dependencies:
- dependency-name: vergen-gix
  dependency-version: 10.0.0-beta.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.103.10 to 0.103.13.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.103.10...v/0.103.13)

---
updated-dependencies:
- dependency-name: rustls-webpki
  dependency-version: 0.103.13
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.51.1 to 1.52.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.51.1...tokio-1.52.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.52.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [clap](https://github.com/clap-rs/clap) from 4.6.0 to 4.6.1.
- [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.6.0...clap_complete-v4.6.1)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(deps.ops): fix bench.yml

chore(deps.ops): fix bench.yml

tmp
@greptile-apps

greptile-apps Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This is a dependency-only rollup of six individual PRs, each bumping one or more crates with no changes to application logic.

  • Direct dependency bumps (Cargo.toml / crates/ratatui-toaster/Cargo.toml): clap 4.6.0→4.6.1, termprofile 0.2.2→0.2.3, tokio 1.51→1.52 (workspace-wide), and the build-time vergen-gix beta.6→beta.8.
  • Transitive graph changes (Cargo.lock): gix advances from 0.80 to 0.83, gaining gix-blame, gix-archive, gix-merge, and gix-worktree-stream as new sub-crates; winnow and imara-diff are dropped (replaced by gix-imara-diff); rustls-webpki receives a security patch (0.103.10→0.103.13); all checksums updated consistently.
  • Nix flake (flake.lock): nixpkgs pinned to a newer upstream revision.

Important Files Changed

Filename Overview
Cargo.toml Updated four direct dependencies: clap 4.6.0→4.6.1, termprofile 0.2.2→0.2.3, tokio 1.51→1.52, and vergen-gix 10.0.0-beta.6→10.0.0-beta.8.
crates/ratatui-toaster/Cargo.toml Bumped tokio 1.51→1.52 in both the optional dependency and the dev-dependencies block, keeping in sync with the workspace root.
Cargo.lock Lock file regenerated to reflect all transitive dependency updates; gix jumped from 0.80 to 0.83 gaining gix-blame, gix-archive, gix-merge, and gix-worktree-stream; winnow and imara-diff removed; rustls-webpki patched from 0.103.10 to 0.103.13; all checksums updated consistently.
flake.lock Pinned nixpkgs to a newer revision (1c3fe55) with an updated narHash, routine Nix flake input bump.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    subgraph "Direct Dependencies Updated"
        A[clap 4.6.0 → 4.6.1]
        B[termprofile 0.2.2 → 0.2.3]
        C[tokio 1.51 → 1.52]
        D[vergen-gix beta.6 → beta.8]
    end

    subgraph "Transitive - gix ecosystem"
        E[gix 0.80 → 0.83]
        F[gix-blame NEW]
        G[gix-archive NEW]
        H[gix-merge NEW]
        I[gix-worktree-stream NEW]
        J[gix-imara-diff NEW]
        K[winnow REMOVED]
        L[imara-diff REMOVED]
    end

    subgraph "Security Patch"
        M[rustls-webpki 0.103.10 → 0.103.13]
    end

    subgraph "Nix"
        N[nixpkgs pin → 1c3fe55]
    end

    C --> E
    E --> F & G & H & I & J
    E --> K & L
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    subgraph "Direct Dependencies Updated"
        A[clap 4.6.0 → 4.6.1]
        B[termprofile 0.2.2 → 0.2.3]
        C[tokio 1.51 → 1.52]
        D[vergen-gix beta.6 → beta.8]
    end

    subgraph "Transitive - gix ecosystem"
        E[gix 0.80 → 0.83]
        F[gix-blame NEW]
        G[gix-archive NEW]
        H[gix-merge NEW]
        I[gix-worktree-stream NEW]
        J[gix-imara-diff NEW]
        K[winnow REMOVED]
        L[imara-diff REMOVED]
    end

    subgraph "Security Patch"
        M[rustls-webpki 0.103.10 → 0.103.13]
    end

    subgraph "Nix"
        N[nixpkgs pin → 1c3fe55]
    end

    C --> E
    E --> F & G & H & I & J
    E --> K & L
Loading

Reviews (1): Last reviewed commit: "Merge branch 'main' into rollup_2" | Re-trigger Greptile

@JayanAXHF JayanAXHF merged commit 61b8c47 into main Jun 28, 2026
7 of 8 checks passed
@github-actions

Copy link
Copy Markdown

🐰 Bencher Report

Branchrollup_2
TestbedLinux

⚠️ WARNING: No Threshold found!

Without a Threshold, no Alerts will ever be generated.

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds flag.

Click to view all benchmark results
BenchmarkLatencymicroseconds (µs)
issue_list_preview/repeat_1/120📈 view plot
⚠️ NO THRESHOLD
24.84 µs
issue_list_preview/repeat_1/40📈 view plot
⚠️ NO THRESHOLD
24.97 µs
issue_list_preview/repeat_1/80📈 view plot
⚠️ NO THRESHOLD
26.27 µs
issue_list_preview/repeat_12/120📈 view plot
⚠️ NO THRESHOLD
332.55 µs
issue_list_preview/repeat_12/40📈 view plot
⚠️ NO THRESHOLD
317.90 µs
issue_list_preview/repeat_12/80📈 view plot
⚠️ NO THRESHOLD
333.64 µs
issue_list_preview/repeat_32/120📈 view plot
⚠️ NO THRESHOLD
895.72 µs
issue_list_preview/repeat_32/40📈 view plot
⚠️ NO THRESHOLD
860.71 µs
issue_list_preview/repeat_32/80📈 view plot
⚠️ NO THRESHOLD
898.14 µs
issue_list_preview/repeat_4/120📈 view plot
⚠️ NO THRESHOLD
107.47 µs
issue_list_preview/repeat_4/40📈 view plot
⚠️ NO THRESHOLD
104.37 µs
issue_list_preview/repeat_4/80📈 view plot
⚠️ NO THRESHOLD
109.03 µs
markdown_render/repeat_1_indent_2/48📈 view plot
⚠️ NO THRESHOLD
571.67 µs
markdown_render/repeat_1_indent_2/80📈 view plot
⚠️ NO THRESHOLD
572.13 µs
markdown_render/repeat_1_indent_4/100📈 view plot
⚠️ NO THRESHOLD
573.23 µs
markdown_render/repeat_2_indent_2/48📈 view plot
⚠️ NO THRESHOLD
1,162.30 µs
markdown_render/repeat_2_indent_2/80📈 view plot
⚠️ NO THRESHOLD
1,150.50 µs
markdown_render/repeat_2_indent_4/100📈 view plot
⚠️ NO THRESHOLD
1,146.70 µs
markdown_render/repeat_6_indent_2/48📈 view plot
⚠️ NO THRESHOLD
3,507.70 µs
markdown_render/repeat_6_indent_2/80📈 view plot
⚠️ NO THRESHOLD
3,503.30 µs
markdown_render/repeat_6_indent_4/100📈 view plot
⚠️ NO THRESHOLD
3,496.10 µs
🐰 View full continuous benchmarking report in Bencher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants