chore: Bump Rust dependencies pre-26.7.0#719
Merged
Merged
Conversation
Closed
16 tasks
adwk67
previously approved these changes
Jul 8, 2026
adwk67
left a comment
Member
There was a problem hiding this comment.
LGTM, although I am getting some doc errors when I check locally. Should these be picked up by prek?
warning: unresolved link to `tls`
--> rust/operator-binary/src/backend/mod.rs:104:49
|
104 | /// The TLS cert lifetime (when using the [`tls`] backend).
| ^^^ no item named `tls` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
warning: unresolved link to `Ok(Some(T))`
--> rust/operator-binary/src/utils.rs:249:49
|
249 | /// Transforms this [`Result<T, E>`] into [`Ok(Some(T))`] if [`Ok`], [`Ok(None)`] if [`Err`] and
| ^^^^^^^^^^^ no item named `Ok(Some(T))` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `Ok(None)`
--> rust/operator-binary/src/utils.rs:249:76
|
249 | /// Transforms this [`Result<T, E>`] into [`Ok(Some(T))`] if [`Ok`], [`Ok(None)`] if [`Err`] and
| ^^^^^^^^ no item named `Ok(None)` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `Err(_)`
--> rust/operator-binary/src/utils.rs:250:36
|
250 | /// `predicate` is `true` or [`Err(_)`] if [`Err`].
| ^^^^^^ no item named `Err(_)` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: `stackable-secret-operator` (bin "stackable-secret-operator" doc) generated 4 warnings
Member
Author
|
We run We should improve this command and also check with |
Member
I ran: |
Member
Author
|
Ah yeah, those are only warnings and don't result in a non-0 exit code. That is something we should change. |
adwk67
approved these changes
Jul 8, 2026
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump Rust Dependencies for Stackable Release 26.7.0
Warning
It should be noted that this PR bumps
yasna, which required a bump in the the forkedp12crate. I checked the changelog and nothing stood out. The build also succeeded.This can be reverted if deemed too risky.
Part of stackabletech/issues#855
Note
During a Stackable release we need to update various Rust dependencies before
entering the final release period to ensure we run the latest versions of
crates. These bumps also include previously updated and released crates from
the
operator-rsrepository.Tasks
Note
The bumping / updating of Rust dependencies is done in multiple steps:
Cargo.tomlmanifest.cargo updatecommand, which also updates theCargo.lockfile.make regenerate-nixto update theCargo.nixfile.Bump Rust Dependencies
stackable-operatorand friendsBumpproduct-config