Skip to content

Commit

Permalink
deps: update everything
Browse files Browse the repository at this point in the history
This removes `once_cell` (a dependency of `cc`) but adds `shlex` (also a
dependency of `cc`). AFAIK, ripgrep does not utilize anything in `cc`
that requires `shlex`, which is pretty unfortunate that we have to spend
time compiling it. (We use `cc` only when the `pcre2` feature is
enabled.)
  • Loading branch information
BurntSushi committed Aug 28, 2024
1 parent ea99421 commit e0f1000
Showing 1 changed file with 70 additions and 69 deletions.
139 changes: 70 additions & 69 deletions Cargo.lock

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

0 comments on commit e0f1000

Please sign in to comment.