stackabletech / stackable-cockpit

Home of stackable-cockpit, stackablectl and stackable-cockpitd
https://docs.stackable.tech/management/stable/
Other
6 stars 2 forks source link

chore: Bump Rust and Go dependencies #307

Closed NickLarsenNZ closed 1 month ago

NickLarsenNZ commented 1 month ago

Part of https://github.com/stackabletech/issues/issues/557

# Reviewer
- [x] Changelog updated
- [x] Cargo.toml only contains references to git tags (not specific commits or branches)
Techassi commented 1 month ago

Hint: The cargo udeps error is caused by an outdated cargo-udeps version. Bumping the version used should fix the issue, see https://github.com/stackabletech/operator-rs/pull/804 for additional details.

NickLarsenNZ commented 1 month ago

Hint: The cargo udeps error is caused by an outdated cargo-udeps version. Bumping the version used should fix the issue, see stackabletech/operator-rs#804 for additional details.

Thanks. I'll update it, but first I want to see what happens if I only update the rust-toolchain in CI. ~I have a sneaking suspicion that it will just work.~ It didnt't work :sweat_smile:

NickLarsenNZ commented 1 month ago

Should I include go updates in this too? And is there anything else to consider ahead of the release?

Techassi commented 1 month ago

Should I include go updates in this too?

Yes, we can update those as well. They might get a little tricky due to the FFI/cgo stuff.

And is there anything else to consider ahead of the release?

Nothing I can think of.