Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #6806
The windows v0.47.0 was yanked recently (apparently broke some builds but didn't affect us) so I ran
cargo update
to fix that. It seems that depandabot doesn't really update indirect dependencies withcargo update
, so there are a bunch more updates here.I have reviewed all commits in the dependencies to avoid supply chain attacks (although all these crates are published by people I trust). I extracted any changes that are interesting for helix
core-foundation-sys
(macos): remove build script in favor of conditional link attribute (slightly faster build times)syn
: -gix-hash
/gix-hashtable
: Fix bug where hashing anoid
instead of anObjectId
caused a panic on32bit
systems. Doesn't affect helix currently but would have with future stuff I had planned.gix-revision
: correctly parse revisions that contain@
. Doesn't affect helix currently but would have with future stuff I had planned.filetime
windows-sys
bumprustix
: -getrandom
:errno
-proc-macro2
: -windows
: changes to the way files are build. Apparently this is more reliable but it did mean we had to clear build caches (CI failed otherwise)