From 1f04cea160071a296fc97a6bd50a2690521d70f6 Mon Sep 17 00:00:00 2001 From: sigmaSd Date: Mon, 18 Jul 2022 19:47:00 +0100 Subject: chore(repl): update rustyline to 10.0.0 (#15232) --- 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 1d1a07ded..027a48645 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -88,7 +88,7 @@ fwdansi = "1.1.0" winapi = { version = "0.3.9", features = ["commapi", "knownfolders", "mswsock", "objbase", "shlobj", "tlhelp32", "winbase", "winerror", "winsock2"] } [target.'cfg(unix)'.dependencies] -nix = "=0.23.0" +nix = "=0.24.2" [dev-dependencies] # Used in benchmark -- cgit v1.2.3