Skip to content

Update shlex dependency to version 2 - #227

Merged
k9withabone merged 1 commit into
containers:mainfrom
musicinmybrain:shlex2
Sep 1, 2026
Merged

k9withabone merged 1 commit into
containers:mainfrom
musicinmybrain:shlex2

Conversation

@musicinmybrain

Copy link
Copy Markdown
Contributor

See https://github.com/comex/rust-shlex/blob/653936e120cdd0a8d1b4f0837e2cce0f347da4c0/CHANGELOG.md. There are only three calls into shlex, and they don’t use any of the APIs that were removed in v2:

shlex::try_quote(&arg)

shlex::try_quote(arg).expect("string does not contain null character")

Command::String(command) => shlex::split(&command)

Signed-off-by: Benjamin A. Beasley <code@musicinmybrain.net>

@k9withabone k9withabone left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good! Thanks!

@k9withabone
k9withabone merged commit 5aebfa4 into containers:main Sep 1, 2026
15 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