diff options
| author | Casper Beyer <caspervonb@pm.me> | 2021-03-15 21:08:41 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-15 14:08:41 +0100 |
| commit | b2a1ad0611e484b57420925f51393e57c679815c (patch) | |
| tree | 470ccc8943c63f664fa154424e36df3a0051899f /runtime | |
| parent | a3e0766e6a56ce0904e8e6e9f21d87c7f4a15be3 (diff) | |
chore: Upgrade rustyline to 8.0.0 (#9781)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
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 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 |
