Skip to content

Commit

Permalink
deps: update everything
Browse files Browse the repository at this point in the history
Notably, this removes winapi in favor of windows-sys, as a result of
winapi-util switching over to windows-sys[1].

Annoyingly, when PCRE2 is enabled, this brings in a dependency on
`once_cell`[2]. I had worked to remove it from my dependencies and now
it's back. Gah. I suppose I could disable the `parallel` feature of
`cc`, but that doesn't seem like a good trade-off.

[1]: BurntSushi/winapi-util#13
[2]: rust-lang/cc-rs#1037
  • Loading branch information
BurntSushi committed Apr 23, 2024
1 parent d922b7a commit 02b47b7
Showing 1 changed file with 99 additions and 41 deletions.
140 changes: 99 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02b47b7

Please sign in to comment.