Merge pull request #3130 from rust-lang/renovate/shlex-2.x

Update Rust crate shlex to v2
This commit is contained in:
Eric Huss 2026-06-08 16:13:26 +00:00 committed by GitHub
commit e4c65852a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1872,9 +1872,9 @@ dependencies = [
[[package]]
name = "shlex"
version = "1.3.0"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
[[package]]
name = "similar"

View file

@ -58,7 +58,7 @@ semver = "1.0.28"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
sha2 = "0.11.0"
shlex = "1.3.0"
shlex = "2.0.0"
snapbox = "1.2.1"
tempfile = "3.27.0"
tokio = "1.52.1"