diff options
author | sigmaSd <bedisnbiba@gmail.com> | 2022-07-18 19:47:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-18 20:47:00 +0200 |
commit | 1f04cea160071a296fc97a6bd50a2690521d70f6 (patch) | |
tree | 4a941dea22052611a9ac3a4dc78a605b4501459a /runtime | |
parent | 999cbfb52bc42c58467e3592d5fead9c4ee8a2c1 (diff) |
chore(repl): update rustyline to 10.0.0 (#15232)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |