Update dependencies to target main branch and address archived hero_login crate #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Background
As part of our overarching goal to stabilize repositories for production (as outlined in
repos_focus_production.md), we need to ensure that our crate dependencies are pointing to stable production branches.Current Problem
Currently, the
Cargo.tomlinhero_onboardinghas two main issues:developmentbranch instead of themainbranch.hero_login, which has been archived and is no longer maintained.Action Items
Cargo.tomlto usebranch = "main".hero_logincrate.hero_loginwith its active successor or refactor the code to remove the dependency entirely.cargo check,cargo updateandcargo testto ensure the onboarding flow builds successfully with the updated dependencies.