diff --git a/repl/Cargo.toml b/repl/Cargo.toml index e132415..bb0fa2b 100644 --- a/repl/Cargo.toml +++ b/repl/Cargo.toml @@ -17,4 +17,4 @@ eyre = "0.6.8" log = "0.4.17" rustyline = "10.1.1" serde_json = { workspace = true } -shlex = "1.1.0" +shlex = "1.3.0"