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
refactor: centralize dependencies under [workspace.dependencies]
Move all shared dependencies to the workspace root to eliminate version
drift and provide a single source of truth. Normalizes versions across
crates (blake3 1.5→1.8, serde "1.0.219"→"1", colored "3.0.0"→"3.0",
indexmap "2.9.0"→"2.9", tempfile "3.20.0"→"3.20", which "7.0.3"→"7.0").
0 commit comments