New comment by jcgruenhage on void-packages repository https://github.com/void-linux/void-packages/pull/43233#issuecomment-1507061014 Comment: I don't see how that changes anything tbqh. After doing so, `Cargo.lock` contains 4 references to ndarray: - Definition of `ndarray@0.8.4`, this is what was in the dependency tree previously - Definition of `ndarray@0.15.6`, which we've just added - Dependency from `ugdb` to `ndarray@0.15.6` - Dependency from `unsegen` to `ndarray@0.8.4` Aside of that, there's also not much else changing here. I've committed that now to check, but I don't think it'll do anything.