You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): bisync yanked all releases, pending gix update to fix (#524)
* chore(deps): depsup
* fix(deps): pin gix to 0.85.0 to avoid yanked bisync dependency
gix-protocol 0.64.0+ (pulled in by gix 0.86.0+) depends on bisync
^0.3.0, and every published version of bisync has been yanked by its
author (permanently, as a supply-chain-risk precaution). This makes
gix >=0.86.0 unresolvable during a fresh `cargo update`, which is
exactly what the audit-check workflow does, so it now fails on both
this branch and master.
gix 0.85.0 depends on gix-protocol ^0.63.0, which predates the bisync
dependency, so pinning back to it avoids the yanked crate entirely
until upstream gitoxide ships a fix.
* chore(deps): gix to 0.87.1 to fix bisync yank, deps pulled to top level to ease maintenance.
0 commit comments