Skip to content

Update Rust crate fallible-iterator to 0.3.0 #7643

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

hash-worker[bot]
Copy link
Contributor

@hash-worker hash-worker bot commented Jul 19, 2025

This PR contains the following updates:

Package Type Update Change
fallible-iterator dependencies minor 0.2.0 -> 0.3.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

sfackler/rust-fallible-iterator (fallible-iterator)

v0.3.0

Removed
  • FromFallibleIterator trait is removed, FallibleIterator::collect now requires std::iter::FromIterator,
    which has strictly more implementations.
Added
  • add convenient wrapper for std::iter::Iterator
  • more utilities mirroring std::iter
  • Peekable methods
  • IteratorExt for convenient conversion
  • FallibleIterator::unwrap

Configuration

📅 Schedule: Branch creation - "before 4am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@hash-worker hash-worker bot enabled auto-merge July 19, 2025 08:18
@hash-worker hash-worker bot requested a review from a team July 19, 2025 08:18
hashdotai
hashdotai previously approved these changes Jul 19, 2025
@github-actions github-actions bot added area/deps Relates to third-party dependencies (area) area/libs Relates to first-party libraries/crates/packages (area) type/eng > backend Owned by the @backend team labels Jul 19, 2025
Copy link

codecov bot commented Jul 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.81%. Comparing base (82515f1) to head (9931f28).
Report is 31 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7643   +/-   ##
=======================================
  Coverage   52.81%   52.81%           
=======================================
  Files        1108     1108           
  Lines       99108    99108           
  Branches     4519     4519           
=======================================
+ Hits        52341    52342    +1     
+ Misses      45783    45782    -1     
  Partials      984      984           
Flag Coverage Δ
apps.hash-ai-worker-ts 1.32% <ø> (ø)
apps.hash-api 0.00% <ø> (ø)
blockprotocol.type-system 35.85% <ø> (ø)
local.harpc-client 50.93% <ø> (ø)
local.hash-backend-utils 3.68% <ø> (ø)
local.hash-graph-sdk 0.00% <ø> (ø)
local.hash-isomorphic-utils 0.00% <ø> (ø)
rust.antsi 0.00% <ø> (ø)
rust.error-stack 89.09% <ø> (ø)
rust.harpc-codec 83.94% <ø> (ø)
rust.harpc-net 95.83% <ø> (+0.01%) ⬆️
rust.harpc-tower 66.34% <ø> (ø)
rust.harpc-types 0.00% <ø> (ø)
rust.harpc-wire-protocol 91.62% <ø> (ø)
rust.hash-codec 75.14% <ø> (ø)
rust.hash-graph-authorization 34.17% <ø> (ø)
rust.hash-graph-store 32.56% <ø> (ø)
rust.hash-graph-temporal-versioning 48.22% <ø> (ø)
rust.hash-graph-types 0.00% <ø> (ø)
rust.hash-graph-validation 83.15% <ø> (ø)
rust.hashql-ast 86.09% <ø> (ø)
rust.hashql-compiletest 51.45% <ø> (ø)
rust.hashql-core 81.23% <ø> (ø)
rust.hashql-diagnostics 50.24% <ø> (ø)
rust.hashql-eval 71.42% <ø> (ø)
rust.hashql-hir 85.66% <ø> (ø)
rust.hashql-syntax-jexpr 94.15% <ø> (ø)
rust.sarif 97.93% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@hash-worker
Copy link
Contributor Author

hash-worker bot commented Jul 20, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/deps Relates to third-party dependencies (area) area/libs Relates to first-party libraries/crates/packages (area) type/eng > backend Owned by the @backend team
Development

Successfully merging this pull request may close these issues.

2 participants