1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 22:01:47 +03:00

chore: Update nix to 0.26

This commit is contained in:
Jalil David Salamé Messina 2023-03-27 01:57:21 -03:00 committed by Wez Furlong
parent 7f89f46ae5
commit 05df6ec054
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -4974,7 +4974,7 @@ dependencies = [
"libc",
"log",
"memmem",
"nix 0.24.3",
"nix 0.26.2",
"num-derive",
"num-traits",
"ordered-float",

View File

@ -67,7 +67,7 @@ version = "0.3"
[target."cfg(unix)".dependencies]
signal-hook = "0.1"
termios = "0.3"
nix = "0.24"
nix = "0.26"
[target."cfg(windows)".dependencies.winapi]
features = [