diff --git a/Cargo.lock b/Cargo.lock index 436bbf5..c074b26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1130,9 +1130,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 = "signal-hook-registry" diff --git a/Cargo.toml b/Cargo.toml index 0d63e20..f302fd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ path-clean = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" serde_yaml = "0.9.21" -shlex = "1.3" +shlex = "2.0" smart-default = "0.7" thiserror = "1.0.40" umask = "2.1.0"