Part of https://github.com/stackabletech/issues/issues/TRACKING_ISSUE
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-rs
repository.
### Tasks
- [ ] Bump Rust Dependencies, see below for more details.
- [ ] Add changelog entry stating which important crates were bumped (including the version).
Note
The bumping / updating of Rust dependencies is done in multiple steps:
- Update the minimum Version in the root
Cargo.toml
manifest. - Run the
cargo update
command, which also updates theCargo.lock
file. - Lastly, run
make regenerate-nix
to update theCargo.nix
file.
### Bump Rust Dependencies
- [ ] Bump `stackable-operator` and friends.
- [ ] Bump `product-version`.
- [ ] Bump all other dependencies.