Skip to content

Upgrade shlex to version 2#3380

Merged
emilio merged 2 commits into
rust-lang:mainfrom
paolobarbolini:shlex-v2
Jun 3, 2026
Merged

Upgrade shlex to version 2#3380
emilio merged 2 commits into
rust-lang:mainfrom
paolobarbolini:shlex-v2

Conversation

@paolobarbolini
Copy link
Copy Markdown
Contributor

The cc crate already upgraded to shlex 2.x. Bumping our dependency avoids having both shlex 1.x and 2.x in the lock file.

This also pulls in the soundness fix in comex/rust-shlex#26, which this project was not affected by.

The cc crate already upgraded to shlex 2.x. Bumping our dependency avoids
having both shlex 1.x and 2.x in the lock file.

This also pulls in the soundness fix in comex/rust-shlex#26, which
this project was not affected by.
Comment thread Cargo.lock Outdated
checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362"
dependencies = [
"shlex",
"shlex 1.3.0",
Copy link
Copy Markdown
Contributor

@emilio emilio Jun 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But you need to bump cc as well, right? Otherwise you get two versions of shlex

View changes since the review

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@emilio
Copy link
Copy Markdown
Contributor

emilio commented Jun 3, 2026

Thanks!

@emilio emilio added this pull request to the merge queue Jun 3, 2026
Merged via the queue into rust-lang:main with commit 2048231 Jun 3, 2026
51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants