diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 732adebeb..6ea8a5bd6 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -59,8 +59,8 @@ env_logger = "0.7.1" notify = "5.0.0-pre.3" regex = "1.3.9" ring = "0.16.15" -rustyline = { version = "6.3.0", default-features = false } -rustyline-derive = "0.3.1" +rustyline = { version = "7.0.0", default-features = false } +rustyline-derive = "0.4.0" serde = { version = "1.0.116", features = ["derive"] } shell-escape = "0.1.5" sys-info = "0.7.0" @@ -86,7 +86,7 @@ winapi = { version = "0.3.9", features = ["knownfolders", "mswsock", "objbase", fwdansi = "1.1.0" [target.'cfg(unix)'.dependencies] -nix = "0.18.0" +nix = "0.19.0" [dev-dependencies] # Used in benchmark |