From b2a1ad0611e484b57420925f51393e57c679815c Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Mon, 15 Mar 2021 21:08:41 +0800 Subject: chore: Upgrade rustyline to 8.0.0 (#9781) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 8cee59dbf..cd599c527 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -73,7 +73,7 @@ fwdansi = "1.1.0" winapi = { version = "0.3.9", features = ["knownfolders", "mswsock", "objbase", "shlobj", "tlhelp32", "winbase", "winerror", "winsock2"] } [target.'cfg(unix)'.dependencies] -nix = "0.19.1" +nix = "0.20.0" [dev-dependencies] # Used in benchmark -- cgit v1.2.3