diff --git a/Cargo.toml b/Cargo.toml index ff3e9c9..f39ef02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ env_logger = "0.11.8" rayon = "1.11.0" lazy_static = "1.5.0" regex = "1.11.2" -shlex = "1.3.0" +shlex = "2.0.1" # Asynchronous Runtime tokio = { version = "1.47.1", features = ["rt-multi-thread", "process", "signal", "macros"] }